ArmContainerRegistryModelFactory.ContainerRegistryData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContainerRegistryData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.ContainerRegistry.ContainerRegistryData ContainerRegistryData (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.ContainerRegistry.Models.ContainerRegistrySku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string loginServer = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState? provisioningState = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryResourceStatus status = default, bool? isAdminUserEnabled = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleSet networkRuleSet = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPolicies policies = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncryption encryption = default, bool? isDataEndpointEnabled = default, System.Collections.Generic.IEnumerable<string> dataEndpointHostNames = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption? networkRuleBypassOptions = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryZoneRedundancy? zoneRedundancy = default);
static member ContainerRegistryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySku * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryProvisioningState> * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryResourceStatus * Nullable<bool> * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleSet * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPolicies * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncryption * Nullable<bool> * seq<string> * seq<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateEndpointConnectionData> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPublicNetworkAccess> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption> * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryZoneRedundancy> -> Azure.ResourceManager.ContainerRegistry.ContainerRegistryData
Public Shared Function ContainerRegistryData (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 sku As ContainerRegistrySku = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional loginServer As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of ContainerRegistryProvisioningState) = Nothing, Optional status As ContainerRegistryResourceStatus = Nothing, Optional isAdminUserEnabled As Nullable(Of Boolean) = Nothing, Optional networkRuleSet As ContainerRegistryNetworkRuleSet = Nothing, Optional policies As ContainerRegistryPolicies = Nothing, Optional encryption As ContainerRegistryEncryption = Nothing, Optional isDataEndpointEnabled As Nullable(Of Boolean) = Nothing, Optional dataEndpointHostNames As IEnumerable(Of String) = Nothing, Optional privateEndpointConnections As IEnumerable(Of ContainerRegistryPrivateEndpointConnectionData) = Nothing, Optional publicNetworkAccess As Nullable(Of ContainerRegistryPublicNetworkAccess) = Nothing, Optional networkRuleBypassOptions As Nullable(Of ContainerRegistryNetworkRuleBypassOption) = Nothing, Optional zoneRedundancy As Nullable(Of ContainerRegistryZoneRedundancy) = Nothing) As ContainerRegistryData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
タグ。
- location
- AzureLocation
場所。
コンテナー レジストリの SKU。
- identity
- ManagedServiceIdentity
コンテナー レジストリの ID。
- loginServer
- String
コンテナー レジストリへのログインに使用できる URL。
- createdOn
- Nullable<DateTimeOffset>
ISO8601 形式のコンテナー レジストリの作成日。
- provisioningState
- Nullable<ContainerRegistryProvisioningState>
操作が呼び出されたときのコンテナー レジストリのプロビジョニング状態。
操作が呼び出されたときのコンテナー レジストリの状態。
- networkRuleSet
- ContainerRegistryNetworkRuleSet
コンテナー レジストリのネットワーク 規則セット。
- policies
- ContainerRegistryPolicies
コンテナー レジストリのポリシー。
- encryption
- ContainerRegistryEncryption
コンテナー レジストリの暗号化設定。
- dataEndpointHostNames
- IEnumerable<String>
dataEndpointEnabled が true の場合にデータを提供するホスト名の一覧。
- privateEndpointConnections
- IEnumerable<ContainerRegistryPrivateEndpointConnectionData>
コンテナー レジストリのプライベート エンドポイント接続の一覧。
- publicNetworkAccess
- Nullable<ContainerRegistryPublicNetworkAccess>
コンテナー レジストリに対してパブリック ネットワーク アクセスが許可されているかどうか。
- networkRuleBypassOptions
- Nullable<ContainerRegistryNetworkRuleBypassOption>
信頼された Azure サービスがネットワーク制限付きレジストリへのアクセスを許可するかどうか。
- zoneRedundancy
- Nullable<ContainerRegistryZoneRedundancy>
このコンテナー レジストリに対してゾーン冗長が有効になっているかどうか。
戻り値
モック作成用の新しい ContainerRegistryData インスタンス。
適用対象
Azure SDK for .NET