C# 클래스 Microsoft.Azure.Commands.Sql.ServiceObjective.Adapter.AzureSqlServerServiceObjectiveAdapter

Adapter for ServiceObjective operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
CreateServiceObjectiveModelFromResponse Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel

공개 메소드들

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

Constructs a ServiceObjective adapter

GetServiceObjective ( string resourceGroupName, string serverName, string serviceObjectiveName ) : AzureSqlServerServiceObjectiveModel

Gets a ServiceObjective for a server

ListServiceObjectives ( string resourceGroupName, string serverName ) : List

Gets a list of all the ServiceObjective for a server

비공개 메소드들

메소드 설명
CreateServiceObjectiveModelFromResponse ( string resourceGroupName, string serverName, Management resp ) : AzureSqlServerServiceObjectiveModel

Convert a Management.Sql.Models.ServiceObjective to AzureSqlDatabaseServerServiceObjectiveModel

메소드 상세

AzureSqlServerServiceObjectiveAdapter() 공개 메소드

Constructs a ServiceObjective adapter
public AzureSqlServerServiceObjectiveAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

GetServiceObjective() 공개 메소드

Gets a ServiceObjective for a server
public GetServiceObjective ( string resourceGroupName, string serverName, string serviceObjectiveName ) : AzureSqlServerServiceObjectiveModel
resourceGroupName string The name of the resource group
serverName string The name of the server
serviceObjectiveName string The name of the service objective
리턴 Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel

ListServiceObjectives() 공개 메소드

Gets a list of all the ServiceObjective for a server
public ListServiceObjectives ( string resourceGroupName, string serverName ) : List
resourceGroupName string The name of the resource group
serverName string The name of the server
리턴 List