次の方法で共有


CloudServiceNetworkProfile コンストラクター

定義

オーバーロード

CloudServiceNetworkProfile()

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, SubResource)

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, String, SubResource)

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

CloudServiceNetworkProfile()

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

public CloudServiceNetworkProfile ();
Public Sub New ()

適用対象

CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, SubResource)

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

public CloudServiceNetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LoadBalancerConfiguration> loadBalancerConfigurations, Microsoft.Azure.Management.Compute.Models.SubResource swappableCloudService);
new Microsoft.Azure.Management.Compute.Models.CloudServiceNetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LoadBalancerConfiguration> * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.CloudServiceNetworkProfile
Public Sub New (loadBalancerConfigurations As IList(Of LoadBalancerConfiguration), swappableCloudService As SubResource)

パラメーター

loadBalancerConfigurations
IList<LoadBalancerConfiguration>

ロード バランサー構成の一覧。 クラウド サービスには、パブリック Load Balancerと内部Load Balancerに対応する最大 2 つのロード バランサー構成を使用できます。

swappableCloudService
SubResource

サブジェクト クラウド サービスがスワップを実行できるターゲット IP を含むクラウド サービスの ID 参照。 このプロパティは、一度設定すると更新できません。 この ID で参照されるスワップ可能なクラウド サービスが存在する必要があります。そうしないと、エラーがスローされます。

適用対象

CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, String, SubResource)

CloudServiceNetworkProfile クラスの新しいインスタンスを初期化します。

public CloudServiceNetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LoadBalancerConfiguration> loadBalancerConfigurations = default, string slotType = default, Microsoft.Azure.Management.Compute.Models.SubResource swappableCloudService = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceNetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.LoadBalancerConfiguration> * string * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.CloudServiceNetworkProfile
Public Sub New (Optional loadBalancerConfigurations As IList(Of LoadBalancerConfiguration) = Nothing, Optional slotType As String = Nothing, Optional swappableCloudService As SubResource = Nothing)

パラメーター

loadBalancerConfigurations
IList<LoadBalancerConfiguration>

ロード バランサー構成の一覧。 クラウド サービスには、パブリック Load Balancerと内部Load Balancerに対応する最大 2 つのロード バランサー構成を使用できます。

slotType
String

使用可能な値は次のとおりです: 'Production'、'Staging'

swappableCloudService
SubResource

サブジェクト クラウド サービスがスワップを実行できるターゲット IP を含むクラウド サービスの ID 参照。 このプロパティは、一度設定すると更新できません。 この ID で参照されるスワップ可能なクラウド サービスが存在する必要があります。そうしないと、エラーがスローされます。

適用対象