C# 클래스 Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Services.AzureSqlServiceTierAdvisorCommunicator

This class is responsible for all the REST communication with the audit REST endpoints
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

공개 메소드들

메소드 설명
AzureSqlServiceTierAdvisorCommunicator ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Creates a communicator for Azure Sql Service Tier Advisor

GetDatabaseExpanded ( string resourceGroupName, string serverName, string databaseName, string expand, string clientRequestId ) : Management.Sql.Models.Database

Get database with expanded properties

GetRecommendedElasticPoolsExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList

Get recommended elastic pools

ListDatabasesExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList

List databases expanded

비공개 메소드들

메소드 설명
GetCurrentSqlClient ( String clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

메소드 상세

AzureSqlServiceTierAdvisorCommunicator() 공개 메소드

Creates a communicator for Azure Sql Service Tier Advisor
public AzureSqlServiceTierAdvisorCommunicator ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication

GetDatabaseExpanded() 공개 메소드

Get database with expanded properties
public GetDatabaseExpanded ( string resourceGroupName, string serverName, string databaseName, string expand, string clientRequestId ) : Management.Sql.Models.Database
resourceGroupName string The name of the resource group
serverName string The name of Azure Sql server
databaseName string Database name
expand string Expand string
clientRequestId string Request identifier
리턴 Management.Sql.Models.Database

GetRecommendedElasticPoolsExpanded() 공개 메소드

Get recommended elastic pools
public GetRecommendedElasticPoolsExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList
resourceGroupName string The name of the resource group
serverName string The name of Azure Sql server
expand string
clientRequestId string Request identifier
리턴 IList

ListDatabasesExpanded() 공개 메소드

List databases expanded
public ListDatabasesExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList
resourceGroupName string The name of the resource group
serverName string The name of Azure Sql server
expand string Expand string
clientRequestId string Request identifier
리턴 IList