次の方法で共有


ArmContainerServiceModelFactory.ContainerServiceNetworkProfileForSnapshot メソッド

定義

ContainerServiceNetworkProfileForSnapshot の新しいインスタンスを初期化します。

public static Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot ContainerServiceNetworkProfileForSnapshot (Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPlugin? networkPlugin = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPluginMode? networkPluginMode = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPolicy? networkPolicy = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode? networkMode = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceLoadBalancerSku? loadBalancerSku = default);
static member ContainerServiceNetworkProfileForSnapshot : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPlugin> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPluginMode> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkPolicy> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkMode> * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceLoadBalancerSku> -> Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot
Public Shared Function ContainerServiceNetworkProfileForSnapshot (Optional networkPlugin As Nullable(Of ContainerServiceNetworkPlugin) = Nothing, Optional networkPluginMode As Nullable(Of ContainerServiceNetworkPluginMode) = Nothing, Optional networkPolicy As Nullable(Of ContainerServiceNetworkPolicy) = Nothing, Optional networkMode As Nullable(Of ContainerServiceNetworkMode) = Nothing, Optional loadBalancerSku As Nullable(Of ContainerServiceLoadBalancerSku) = Nothing) As ContainerServiceNetworkProfileForSnapshot

パラメーター

networkPlugin
Nullable<ContainerServiceNetworkPlugin>

マネージド クラスター スナップショットの networkPlugin。

networkPluginMode
Nullable<ContainerServiceNetworkPluginMode>

マネージド クラスター スナップショットの NetworkPluginMode。

networkPolicy
Nullable<ContainerServiceNetworkPolicy>

マネージド クラスター スナップショットの networkPolicy。

networkMode
Nullable<ContainerServiceNetworkMode>

マネージド クラスター スナップショットの networkMode。

loadBalancerSku
Nullable<ContainerServiceLoadBalancerSku>

マネージド クラスター スナップショットの loadBalancerSku。

戻り値

モック作成用の新しい ContainerServiceNetworkProfileForSnapshot インスタンス。

適用対象