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