Registry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Registry()
Registry クラスの新しいインスタンスを初期化します。
public Registry ();
Public Sub New ()
適用対象
Registry(String, Sku, String, String, String, IDictionary<String, String>, SystemData, IdentityProperties, String, Nullable<DateTime>, String, Status, Nullable<Boolean>, NetworkRuleSet, Policies, EncryptionProperty, Nullable<Boolean>, IList<String>, IList<PrivateEndpointConnection>, String, String, String)
Registry クラスの新しいインスタンスを初期化します。
public Registry (string location, Microsoft.Azure.Management.ContainerRegistry.Models.Sku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerRegistry.Models.SystemData systemData = default, Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties identity = default, string loginServer = default, DateTime? creationDate = default, string provisioningState = default, Microsoft.Azure.Management.ContainerRegistry.Models.Status status = default, bool? adminUserEnabled = default, Microsoft.Azure.Management.ContainerRegistry.Models.NetworkRuleSet networkRuleSet = default, Microsoft.Azure.Management.ContainerRegistry.Models.Policies policies = default, Microsoft.Azure.Management.ContainerRegistry.Models.EncryptionProperty encryption = default, bool? dataEndpointEnabled = default, System.Collections.Generic.IList<string> dataEndpointHostNames = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default, string networkRuleBypassOptions = default, string zoneRedundancy = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.Registry : string * Microsoft.Azure.Management.ContainerRegistry.Models.Sku * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerRegistry.Models.SystemData * Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties * string * Nullable<DateTime> * string * Microsoft.Azure.Management.ContainerRegistry.Models.Status * Nullable<bool> * Microsoft.Azure.Management.ContainerRegistry.Models.NetworkRuleSet * Microsoft.Azure.Management.ContainerRegistry.Models.Policies * Microsoft.Azure.Management.ContainerRegistry.Models.EncryptionProperty * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection> * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.Registry
Public Sub New (location As String, sku As Sku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional identity As IdentityProperties = Nothing, Optional loginServer As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional status As Status = Nothing, Optional adminUserEnabled As Nullable(Of Boolean) = Nothing, Optional networkRuleSet As NetworkRuleSet = Nothing, Optional policies As Policies = Nothing, Optional encryption As EncryptionProperty = Nothing, Optional dataEndpointEnabled As Nullable(Of Boolean) = Nothing, Optional dataEndpointHostNames As IList(Of String) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional networkRuleBypassOptions As String = Nothing, Optional zoneRedundancy As String = Nothing)
パラメーター
- location
- String
リソースの場所。 これは、リソースの作成後に変更することはできません。
- sku
- Sku
コンテナー レジストリの SKU。
- id
- String
リソース ID。
- name
- String
リソースの名前。
- type
- String
リソースの型。
- tags
- IDictionary<String,String>
リソースのタグ。
- systemData
- SystemData
リソースの作成と最後の変更に関連するメタデータ。
- identity
- IdentityProperties
コンテナー レジストリの ID。
- loginServer
- String
コンテナー レジストリへのログインに使用できる URL。
- provisioningState
- String
操作が呼び出されたときのコンテナー レジストリのプロビジョニング状態。 指定できる値は、'Creating'、'Updating'、'Deleting'、'Succeeded'、'Failed'、'Canceled' です。
- status
- Status
操作が呼び出されたときのコンテナー レジストリの状態。
- networkRuleSet
- NetworkRuleSet
コンテナー レジストリのネットワーク 規則セット。
- policies
- Policies
コンテナー レジストリのポリシー。
- encryption
- EncryptionProperty
コンテナー レジストリの暗号化設定。
- privateEndpointConnections
- IList<PrivateEndpointConnection>
コンテナー レジストリのプライベート エンドポイント接続の一覧。
- publicNetworkAccess
- String
コンテナー レジストリに対してパブリック ネットワーク アクセスが許可されているかどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- networkRuleBypassOptions
- String
信頼された Azure サービスがネットワーク制限付きレジストリへのアクセスを許可するかどうか。 使用可能な値は、'AzureServices'、'None' です。
- zoneRedundancy
- String
このコンテナー レジストリに対してゾーン冗長が有効になっているかどうか。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
適用対象
Azure SDK for .NET