IntegrationAccountPartnerData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IntegrationAccountPartnerData の新しいインスタンスを初期化します。
public IntegrationAccountPartnerData (Azure.Core.AzureLocation location, Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerType partnerType, Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerContent content);
new Azure.ResourceManager.Logic.IntegrationAccountPartnerData : Azure.Core.AzureLocation * Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerType * Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerContent -> Azure.ResourceManager.Logic.IntegrationAccountPartnerData
Public Sub New (location As AzureLocation, partnerType As IntegrationAccountPartnerType, content As IntegrationAccountPartnerContent)
パラメーター
- location
- AzureLocation
場所。
- partnerType
- IntegrationAccountPartnerType
パートナーの種類。
- content
- IntegrationAccountPartnerContent
パートナー コンテンツ。
例外
content
が null です。