ArmSqlModelFactory.SqlServerData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SqlServerData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Sql.SqlServerData SqlServerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string kind = default, string administratorLogin = default, string administratorLoginPassword = default, string version = default, string state = default, string fullyQualifiedDomainName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.SqlServerPrivateEndpointConnection> privateEndpointConnections = default, string minimalTlsVersion = default, Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag? publicNetworkAccess = default, Azure.ResourceManager.Sql.Models.ServerWorkspaceFeature? workspaceFeature = default, Azure.Core.ResourceIdentifier primaryUserAssignedIdentityId = default, Guid? federatedClientId = default, Uri keyId = default, Azure.ResourceManager.Sql.Models.ServerExternalAdministrator administrators = default, Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag? restrictOutboundNetworkAccess = default, Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag? isIPv6Enabled = default, Azure.ResourceManager.Sql.Models.ExternalGovernanceStatus? externalGovernanceStatus = default);
static member SqlServerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * string * string * string * string * seq<Azure.ResourceManager.Sql.Models.SqlServerPrivateEndpointConnection> * string * Nullable<Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag> * Nullable<Azure.ResourceManager.Sql.Models.ServerWorkspaceFeature> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Uri * Azure.ResourceManager.Sql.Models.ServerExternalAdministrator * Nullable<Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag> * Nullable<Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag> * Nullable<Azure.ResourceManager.Sql.Models.ExternalGovernanceStatus> -> Azure.ResourceManager.Sql.SqlServerData
Public Shared Function SqlServerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As String = Nothing, Optional administratorLogin As String = Nothing, Optional administratorLoginPassword As String = Nothing, Optional version As String = Nothing, Optional state As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of SqlServerPrivateEndpointConnection) = Nothing, Optional minimalTlsVersion As String = Nothing, Optional publicNetworkAccess As Nullable(Of ServerNetworkAccessFlag) = Nothing, Optional workspaceFeature As Nullable(Of ServerWorkspaceFeature) = Nothing, Optional primaryUserAssignedIdentityId As ResourceIdentifier = Nothing, Optional federatedClientId As Nullable(Of Guid) = Nothing, Optional keyId As Uri = Nothing, Optional administrators As ServerExternalAdministrator = Nothing, Optional restrictOutboundNetworkAccess As Nullable(Of ServerNetworkAccessFlag) = Nothing, Optional isIPv6Enabled As Nullable(Of ServerNetworkAccessFlag) = Nothing, Optional externalGovernanceStatus As Nullable(Of ExternalGovernanceStatus) = Nothing) As SqlServerData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
タグ。
- location
- AzureLocation
場所。
- identity
- ManagedServiceIdentity
サーバーの Azure Active Directory ID。
- kind
- String
SQL Server の種類。 これは、Azure portal エクスペリエンスに使用されるメタデータです。
- administratorLogin
- String
サーバーの管理者ユーザー名。 作成後は変更できません。
- administratorLoginPassword
- String
管理者ログイン パスワード (サーバーの作成に必要)。
- version
- String
サーバーのバージョンです。
- state
- String
サーバーの状態。
- fullyQualifiedDomainName
- String
サーバーの完全修飾ドメイン名。
- privateEndpointConnections
- IEnumerable<SqlServerPrivateEndpointConnection>
サーバー上のプライベート エンドポイント接続の一覧。
- minimalTlsVersion
- String
最小 TLS バージョン。 使用できる値: 'None'、'1.0'、'1.1'、'1.2'。
- publicNetworkAccess
- Nullable<ServerNetworkAccessFlag>
このサーバーに対してパブリック エンドポイント アクセスが許可されているかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' または 'SecuredByPerimeter' である必要があります。
- workspaceFeature
- Nullable<ServerWorkspaceFeature>
既存のサーバーにワークスペースが作成されているかどうか、およびワークスペースからの接続が許可されているかどうか。
- primaryUserAssignedIdentityId
- ResourceIdentifier
既定で使用されるユーザー割り当て ID のリソース ID。
- keyId
- Uri
暗号化に使用するキーの CMK URI。
- administrators
- ServerExternalAdministrator
サーバーの Azure Active Directory 管理者。 これは、サーバーの作成時にのみ使用できます。 サーバーの更新に使用すると、無視されるか、エラーが発生します。 更新の場合は、個々の API を使用する必要があります。
- restrictOutboundNetworkAccess
- Nullable<ServerNetworkAccessFlag>
このサーバーの送信ネットワーク アクセスを制限するかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。
- isIPv6Enabled
- Nullable<ServerNetworkAccessFlag>
このサーバーの IPv6 サポートを有効にするかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。
- externalGovernanceStatus
- Nullable<ExternalGovernanceStatus>
外部ガバナンスの状態。
戻り値
モック作成用の新しい SqlServerData インスタンス。
適用対象
Azure SDK for .NET