AzureSqlUsageAdapter.CreateUsageModelFromResponse(Usage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the usage model from the usage response
public Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel CreateUsageModelFromResponse (Microsoft.Azure.Management.Sql.Models.Usage usageResp);
member this.CreateUsageModelFromResponse : Microsoft.Azure.Management.Sql.Models.Usage -> Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel
Public Function CreateUsageModelFromResponse (usageResp As Usage) As AzureSqlUsageModel
Parameters
- usageResp
- Usage
The usage response
Returns
The AzureSqlUsageModel from the usage resp