次の方法で共有


SqlServerResource クラス

定義

SqlServer を表すクラスと、それに対して実行できるインスタンス操作。 がある場合はResourceIdentifier、GetSqlServerResource メソッドを使用して のArmClientインスタンスから を構築SqlServerResourceできます。 それ以外の場合は、GetSqlServer メソッドを使用して親リソース ResourceGroupResource から取得できます。

public class SqlServerResource : Azure.ResourceManager.ArmResource
type SqlServerResource = class
    inherit ArmResource
Public Class SqlServerResource
Inherits ArmResource
継承
SqlServerResource

コンストラクター

SqlServerResource()

モック作成のために クラスの SqlServerResource 新しいインスタンスを初期化します。

フィールド

ResourceType

操作のリソースの種類を取得します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmResource)
Data

この機能を表すデータを取得します。

Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmResource)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmResource)
HasData

現在のインスタンスにデータがあるかどうかを取得します。

Id

リソース識別子を取得します。

(継承元 ArmResource)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmResource)

メソッド

AddTag(String, String, CancellationToken)

現在のリソースにタグを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
AddTagAsync(String, String, CancellationToken)

現在のリソースにタグを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
CanUseTagResource(CancellationToken)

TagResource API が現在の環境にデプロイされているかどうかを確認します。

(継承元 ArmResource)
CanUseTagResourceAsync(CancellationToken)

TagResource API が現在の環境にデプロイされているかどうかを確認します。

(継承元 ArmResource)
CreateResourceIdentifier(String, String, String)

インスタンスのリソース識別子を SqlServerResource 生成します。

CreateTdeCertificate(WaitUntil, TdeCertificate, CancellationToken)

特定のサーバーの TDE 証明書を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/tdeCertificates
  • 操作IdTdeCertificates_Create
CreateTdeCertificateAsync(WaitUntil, TdeCertificate, CancellationToken)

特定のサーバーの TDE 証明書を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/tdeCertificates
  • 操作IdTdeCertificates_Create
Delete(WaitUntil, CancellationToken)

サーバーを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Delete
DeleteAsync(WaitUntil, CancellationToken)

サーバーを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Delete
Get(String, CancellationToken)

サーバーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
GetAsync(String, CancellationToken)

サーバーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
GetAvailableLocations(CancellationToken)

使用可能なすべての地域の場所を一覧表示します。

(継承元 ArmResource)
GetAvailableLocationsAsync(CancellationToken)

使用可能なすべての地域の場所を一覧表示します。

(継承元 ArmResource)
GetElasticPool(String, CancellationToken)

エラスティック プールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • 操作IdElasticPools_Get
GetElasticPoolAsync(String, CancellationToken)

エラスティック プールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • 操作IdElasticPools_Get
GetElasticPools()

SqlServer 内の ElasticPoolResources のコレクションを取得します。

GetEncryptionProtector(EncryptionProtectorName, CancellationToken)

サーバー暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdEncryptionProtectors_Get
GetEncryptionProtectorAsync(EncryptionProtectorName, CancellationToken)

サーバー暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdEncryptionProtectors_Get
GetEncryptionProtectors()

SqlServer 内の EncryptionProtectorResources のコレクションを取得します。

GetExtendedServerBlobAuditingPolicies()

SqlServer 内の ExtendedServerBlobAuditingPolicyResources のコレクションを取得します。

GetExtendedServerBlobAuditingPolicy(BlobAuditingPolicyName, CancellationToken)

拡張サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
GetExtendedServerBlobAuditingPolicyAsync(BlobAuditingPolicyName, CancellationToken)

拡張サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/extendedAuditingSettings/{blobAuditingPolicyName}
  • 操作IdExtendedServerBlobAuditingPolicies_Get
GetFailoverGroup(String, CancellationToken)

フェールオーバー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/failoverGroups/{failoverGroupName}
  • 操作IdFailoverGroups_Get
GetFailoverGroupAsync(String, CancellationToken)

フェールオーバー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/failoverGroups/{failoverGroupName}
  • 操作IdFailoverGroups_Get
GetFailoverGroups()

SqlServer 内の FailoverGroupResources のコレクションを取得します。

GetInaccessibleDatabases(CancellationToken)

論理サーバー内のアクセスできないデータベースの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/accessleDatabases
  • 操作IdDatabases_ListInaccessibleByServer
GetInaccessibleDatabasesAsync(CancellationToken)

論理サーバー内のアクセスできないデータベースの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/accessleDatabases
  • 操作IdDatabases_ListInaccessibleByServer
GetIPv6FirewallRule(String, CancellationToken)

IPv6 ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
GetIPv6FirewallRuleAsync(String, CancellationToken)

IPv6 ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • 操作IdIPv6FirewallRules_Get
GetIPv6FirewallRules()

SqlServer 内の IPv6FirewallRuleResources のコレクションを取得します。

GetManagementLock(String, CancellationToken)

スコープ別に管理ロックを取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(継承元 ArmResource)
GetManagementLockAsync(String, CancellationToken)

スコープ別に管理ロックを取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(継承元 ArmResource)
GetManagementLocks()

ArmResource 内の ManagementLockResources のコレクションを取得します。

(継承元 ArmResource)
GetOutboundFirewallRule(String, CancellationToken)

送信ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/outboundFirewallRules/{outboundRuleFqdn}
  • 操作IdOutboundFirewallRules_Get
GetOutboundFirewallRuleAsync(String, CancellationToken)

送信ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/outboundFirewallRules/{outboundRuleFqdn}
  • 操作IdOutboundFirewallRules_Get
GetOutboundFirewallRules()

SqlServer 内の OutboundFirewallRuleResources のコレクションを取得します。

GetPolicyAssignment(String, CancellationToken)

この操作では、名前と作成されたスコープを指定して、1 つのポリシー割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(継承元 ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

この操作では、名前と作成されたスコープを指定して、1 つのポリシー割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(継承元 ArmResource)
GetPolicyAssignments()

ArmResource 内の PolicyAssignmentResources のコレクションを取得します。

(継承元 ArmResource)
GetRecoverableDatabase(String, String, String, CancellationToken)

回復可能なデータベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/recoverableDatabases/{databaseName}
  • 操作IdRecoverableDatabases_Get
GetRecoverableDatabaseAsync(String, String, String, CancellationToken)

回復可能なデータベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/recoverableDatabases/{databaseName}
  • 操作IdRecoverableDatabases_Get
GetRecoverableDatabases()

SqlServer 内の RecoverableDatabaseResources のコレクションを取得します。

GetReplicationLinks(CancellationToken)

レプリケーション リンクの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/replicationLinks
  • 操作IdReplicationLinks_ListByServer
GetReplicationLinksAsync(CancellationToken)

レプリケーション リンクの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/replicationLinks
  • 操作IdReplicationLinks_ListByServer
GetRestorableDroppedDatabase(String, String, String, CancellationToken)

復元可能な削除されたデータベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}
  • 操作IdRestorableDroppedDatabases_Get
GetRestorableDroppedDatabaseAsync(String, String, String, CancellationToken)

復元可能な削除されたデータベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}
  • 操作IdRestorableDroppedDatabases_Get
GetRestorableDroppedDatabases()

SqlServer 内の RestorableDroppedDatabaseResources のコレクションを取得します。

GetServerAdvancedThreatProtection(AdvancedThreatProtectionName, CancellationToken)

サーバーの Advanced Threat Protection 状態を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • 操作IdServerAdvancedThreatProtectionSettings_Get
GetServerAdvancedThreatProtectionAsync(AdvancedThreatProtectionName, CancellationToken)

サーバーの Advanced Threat Protection 状態を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • 操作IdServerAdvancedThreatProtectionSettings_Get
GetServerAdvancedThreatProtections()

SqlServer 内の ServerAdvancedThreatProtectionResources のコレクションを取得します。

GetServerOperations(CancellationToken)

サーバーで実行された操作の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/operations
  • 操作IdServerOperations_ListByServer
GetServerOperationsAsync(CancellationToken)

サーバーで実行された操作の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/operations
  • 操作IdServerOperations_ListByServer
GetServerUsages(CancellationToken)

サーバーの使用状況を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/usages
  • 操作IdServerUsages_ListByServer
GetServerUsagesAsync(CancellationToken)

サーバーの使用状況を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/usages
  • 操作IdServerUsages_ListByServer
GetServiceObjective(String, CancellationToken)

データベース サービスの目標を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/serviceObjectives/{serviceObjectiveName}
  • 操作IdServiceObjectives_Get
GetServiceObjectiveAsync(String, CancellationToken)

データベース サービスの目標を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/serviceObjectives/{serviceObjectiveName}
  • 操作IdServiceObjectives_Get
GetServiceObjectives()

SqlServer 内の ServiceObjectiveResources のコレクションを取得します。

GetSqlDatabase(String, String, String, CancellationToken)

データベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
GetSqlDatabaseAsync(String, String, String, CancellationToken)

データベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
GetSqlDatabases()

SqlServer 内の SqlDatabaseResources のコレクションを取得します。

GetSqlFirewallRule(String, CancellationToken)

ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/firewallRules/{firewallRuleName}
  • 操作IdFirewallRules_Get
GetSqlFirewallRuleAsync(String, CancellationToken)

ファイアウォール規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/firewallRules/{firewallRuleName}
  • 操作IdFirewallRules_Get
GetSqlFirewallRules()

SqlServer 内の SqlFirewallRuleResources のコレクションを取得します。

GetSqlPrivateEndpointConnection(String, CancellationToken)

プライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetSqlPrivateEndpointConnectionAsync(String, CancellationToken)

プライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetSqlPrivateEndpointConnections()

SqlServer 内の SqlPrivateEndpointConnectionResources のコレクションを取得します。

GetSqlPrivateLinkResource(String, CancellationToken)

SQL Server のプライベート リンク リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/privateLinkResources/{groupName}
  • 操作IdPrivateLinkResources_Get
GetSqlPrivateLinkResourceAsync(String, CancellationToken)

SQL Server のプライベート リンク リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/privateLinkResources/{groupName}
  • 操作IdPrivateLinkResources_Get
GetSqlPrivateLinkResources()

SqlServer 内の SqlPrivateLinkResources のコレクションを取得します。

GetSqlServerAdvisor(String, CancellationToken)

サーバー アドバイザーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advisors/{advisorName}
  • 操作IdServerAdvisors_Get
GetSqlServerAdvisorAsync(String, CancellationToken)

サーバー アドバイザーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advisors/{advisorName}
  • 操作IdServerAdvisors_Get
GetSqlServerAdvisors()

SqlServer 内の SqlServerAdvisorResources のコレクションを取得します。

GetSqlServerAutomaticTuning()

SqlServerAutomaticTuningResource を表すオブジェクトと、SqlServer で実行できるインスタンス操作を取得します。

GetSqlServerAzureADAdministrator(SqlAdministratorName, CancellationToken)

Azure Active Directory 管理者を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/{administratorName}
  • 操作IdServerAzureADAdministrators_Get
GetSqlServerAzureADAdministratorAsync(SqlAdministratorName, CancellationToken)

Azure Active Directory 管理者を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/{administratorName}
  • 操作IdServerAzureADAdministrators_Get
GetSqlServerAzureADAdministrators()

SqlServer の SqlServerAzureADAdministratorResources のコレクションを取得します。

GetSqlServerAzureADOnlyAuthentication(AuthenticationName, CancellationToken)

特定の Azure Active Directory のみの認証プロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
GetSqlServerAzureADOnlyAuthenticationAsync(AuthenticationName, CancellationToken)

特定の Azure Active Directory のみの認証プロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
GetSqlServerAzureADOnlyAuthentications()

SqlServer の SqlServerAzureADOnlyAuthenticationResources のコレクションを取得します。

GetSqlServerBlobAuditingPolicies()

SqlServer の SqlServerBlobAuditingPolicyResources のコレクションを取得します。

GetSqlServerBlobAuditingPolicy(BlobAuditingPolicyName, CancellationToken)

サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/auditingSettings/{blobAuditingPolicyName}
  • 操作IdServerBlobAuditingPolicies_Get
GetSqlServerBlobAuditingPolicyAsync(BlobAuditingPolicyName, CancellationToken)

サーバーの BLOB 監査ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/auditingSettings/{blobAuditingPolicyName}
  • 操作IdServerBlobAuditingPolicies_Get
GetSqlServerCommunicationLink(String, CancellationToken)

サーバー通信リンクを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • 操作IdServerCommunicationLinks_Get
GetSqlServerCommunicationLinkAsync(String, CancellationToken)

サーバー通信リンクを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • 操作IdServerCommunicationLinks_Get
GetSqlServerCommunicationLinks()

SqlServer 内の SqlServerCommunicationLinkResources のコレクションを取得します。

GetSqlServerConnectionPolicies()

SqlServer 内の SqlServerConnectionPolicyResources のコレクションを取得します。

GetSqlServerConnectionPolicy(ConnectionPolicyName, CancellationToken)

サーバー接続ポリシーを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/{connectionPolicyName}
  • 操作IdServerConnectionPolicies_Get
GetSqlServerConnectionPolicyAsync(ConnectionPolicyName, CancellationToken)

サーバー接続ポリシーを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/connectionPolicies/{connectionPolicyName}
  • 操作IdServerConnectionPolicies_Get
GetSqlServerDevOpsAuditingSetting(String, CancellationToken)

サーバーの DevOps 監査設定を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/devOpsAuditingSettings/{devOpsAuditingSettingsName}
  • 操作IdServerDevOpsAuditSettings_Get
GetSqlServerDevOpsAuditingSettingAsync(String, CancellationToken)

サーバーの DevOps 監査設定を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/devOpsAuditingSettings/{devOpsAuditingSettingsName}
  • 操作IdServerDevOpsAuditSettings_Get
GetSqlServerDevOpsAuditingSettings()

SqlServer 内の SqlServerDevOpsAuditingSettingResources のコレクションを取得します。

GetSqlServerDnsAlias(String, CancellationToken)

サーバー DNS エイリアスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/dnsAliases/{dnsAliasName}
  • 操作IdServerDnsAliases_Get
GetSqlServerDnsAliasAsync(String, CancellationToken)

サーバー DNS エイリアスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/dnsAliases/{dnsAliasName}
  • 操作IdServerDnsAliases_Get
GetSqlServerDnsAliases()

SqlServer 内の SqlServerDnsAliasResources のコレクションを取得します。

GetSqlServerJobAgent(String, CancellationToken)

ジョブ エージェントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}
  • 操作IdJobAgents_Get
GetSqlServerJobAgentAsync(String, CancellationToken)

ジョブ エージェントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}
  • 操作IdJobAgents_Get
GetSqlServerJobAgents()

SqlServer 内の SqlServerJobAgentResources のコレクションを取得します。

GetSqlServerKey(String, CancellationToken)

サーバー キーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/keys/{keyName}
  • 操作IdServerKeys_Get
GetSqlServerKeyAsync(String, CancellationToken)

サーバー キーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/keys/{keyName}
  • 操作IdServerKeys_Get
GetSqlServerKeys()

SqlServer 内の SqlServerKeyResources のコレクションを取得します。

GetSqlServerSecurityAlertPolicies()

SqlServer 内の SqlServerSecurityAlertPolicyResources のコレクションを取得します。

GetSqlServerSecurityAlertPolicy(SqlSecurityAlertPolicyName, CancellationToken)

サーバーのセキュリティ アラート ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdServerSecurityAlertPolicies_Get
GetSqlServerSecurityAlertPolicyAsync(SqlSecurityAlertPolicyName, CancellationToken)

サーバーのセキュリティ アラート ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}
  • 操作IdServerSecurityAlertPolicies_Get
GetSqlServerSqlVulnerabilityAssessment(VulnerabilityAssessmentName, CancellationToken)

SQL 脆弱性評価ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/sqlVulnerabilityAssessments/{vulnerabilityAssessmentName}
  • 操作IdSqlVulnerabilityAssessmentsSettings_Get
GetSqlServerSqlVulnerabilityAssessmentAsync(VulnerabilityAssessmentName, CancellationToken)

SQL 脆弱性評価ポリシーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/sqlVulnerabilityAssessments/{vulnerabilityAssessmentName}
  • 操作IdSqlVulnerabilityAssessmentsSettings_Get
GetSqlServerSqlVulnerabilityAssessments()

SqlServer 内の SqlServerSqlVulnerabilityAssessmentResources のコレクションを取得します。

GetSqlServerVirtualNetworkRule(String, CancellationToken)

仮想ネットワーク規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}
  • 操作IdVirtualNetworkRules_Get
GetSqlServerVirtualNetworkRuleAsync(String, CancellationToken)

仮想ネットワーク規則を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}
  • 操作IdVirtualNetworkRules_Get
GetSqlServerVirtualNetworkRules()

SqlServer 内の SqlServerVirtualNetworkRuleResources のコレクションを取得します。

GetSqlServerVulnerabilityAssessment(VulnerabilityAssessmentName, CancellationToken)

サーバーの脆弱性評価を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}
  • 操作IdServerVulnerabilityAssessments_Get
GetSqlServerVulnerabilityAssessmentAsync(VulnerabilityAssessmentName, CancellationToken)

サーバーの脆弱性評価を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/vulnerabilityAssessments/{vulnerabilityAssessmentName}
  • 操作IdServerVulnerabilityAssessments_Get
GetSqlServerVulnerabilityAssessments()

SqlServer 内の SqlServerVulnerabilityAssessmentResources のコレクションを取得します。

GetSyncAgent(String, CancellationToken)

同期エージェントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/syncAgents/{syncAgentName}
  • 操作IdSyncAgents_Get
GetSyncAgentAsync(String, CancellationToken)

同期エージェントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/syncAgents/{syncAgentName}
  • 操作IdSyncAgents_Get
GetSyncAgents()

SqlServer 内の SyncAgentResources のコレクションを取得します。

GetTagResource()

ArmResource で実行できるインスタンス操作と共に TagResource を表すオブジェクトを取得します。

(継承元 ArmResource)
ImportDatabase(WaitUntil, DatabaseImportDefinition, CancellationToken)

bacpac を新しいデータベースにインポートします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/import
  • 操作IdServers_ImportDatabase
ImportDatabaseAsync(WaitUntil, DatabaseImportDefinition, CancellationToken)

bacpac を新しいデータベースにインポートします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/import
  • 操作IdServers_ImportDatabase
RefreshStatus(WaitUntil, CancellationToken)

外部ガバナンスの有効化状態を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/refreshExternalGovernanceStatus
  • 操作IdServers_RefreshStatus
RefreshStatusAsync(WaitUntil, CancellationToken)

外部ガバナンスの有効化状態を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/refreshExternalGovernanceStatus
  • 操作IdServers_RefreshStatus
RemoveTag(String, CancellationToken)

リソースからキーによるタグを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
RemoveTagAsync(String, CancellationToken)

リソースからキーによるタグを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
SetTags(IDictionary<String,String>, CancellationToken)

リソースのタグを指定されたセットに置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
SetTagsAsync(IDictionary<String,String>, CancellationToken)

リソースのタグを指定されたセットに置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmResource)
Update(WaitUntil, SqlServerPatch, CancellationToken)

サーバーを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Update
UpdateAsync(WaitUntil, SqlServerPatch, CancellationToken)

サーバーを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}
  • 操作IdServers_Update

拡張メソッド

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

ロール定義を名前 (GUID) で取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

ロール定義を名前 (GUID) で取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

ArmResource 内の AuthorizationRoleDefinitionResources のコレクションを取得します。

GetDenyAssignment(ArmResource, String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

ArmResource 内の DenyAssignmentResources のコレクションを取得します。

GetRoleAssignment(ArmResource, String, String, CancellationToken)

スコープと名前でロールの割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

スコープと名前でロールの割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

ArmResource 内の RoleAssignmentResources のコレクションを取得します。

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール割り当てスケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール割り当てスケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 操作IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

ArmResource 内の RoleAssignmentScheduleInstanceResources のコレクションを取得します。

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 操作IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

ArmResource 内の RoleAssignmentScheduleRequestResources のコレクションを取得します。

GetRoleAssignmentSchedules(ArmResource)

ArmResource 内の RoleAssignmentScheduleResources のコレクションを取得します。

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール適格性スケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール適格性スケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

指定したロール適格性スケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

指定したロール適格性スケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 操作IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

ArmResource 内の RoleEligibilityScheduleInstanceResources のコレクションを取得します。

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

指定したロールの適格性スケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

指定したロールの適格性スケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

ArmResource 内の RoleEligibilityScheduleRequestResources のコレクションを取得します。

GetRoleEligibilitySchedules(ArmResource)

ArmResource 内の RoleEligibilityScheduleResources のコレクションを取得します。

GetRoleManagementPolicies(ArmResource)

ArmResource 内の RoleManagementPolicyResources のコレクションを取得します。

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール管理ポリシーを取得する

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

リソース スコープに対して指定されたロール管理ポリシーの割り当てを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

リソース スコープに対して指定されたロール管理ポリシーの割り当てを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

ArmResource 内の RoleManagementPolicyAssignmentResources のコレクションを取得します。

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール管理ポリシーを取得する

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

ArmResource で実行できるインスタンス操作と共に SystemAssignedIdentityResource を表すオブジェクトを取得します。

GetLinkerResource(ArmResource, String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResources(ArmResource)

ArmResource 内の LinkerResources のコレクションを取得します。

適用対象