C# 클래스 Microsoft.Azure.Commands.Sql.Location_Capabilities.Services.AzureSqlCapabilitiesCommunicator

Communicator class for communicating between APIs and powershell cmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

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

공개 메소드들

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

Creates a communicator for Azure Sql Databases FirewallRules

Get ( string locationName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.LocationCapability

Gets the Location Capabilities for the specified region for the current subscription.

비공개 메소드들

메소드 설명
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.

메소드 상세

AzureSqlCapabilitiesCommunicator() 공개 메소드

Creates a communicator for Azure Sql Databases FirewallRules
public AzureSqlCapabilitiesCommunicator ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication

Get() 공개 메소드

Gets the Location Capabilities for the specified region for the current subscription.
public Get ( string locationName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.LocationCapability
locationName string The name of the region for which to get the location capabilities
clientRequestId string The client request ID to use
리턴 Microsoft.Azure.Management.Sql.Models.LocationCapability