DependencyMapDiscoverySourceProperties(ResourceIdentifier) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DependencyMapDiscoverySourceProperties.
protected DependencyMapDiscoverySourceProperties(Azure.Core.ResourceIdentifier sourceId);
new Azure.ResourceManager.DependencyMap.Models.DependencyMapDiscoverySourceProperties : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DependencyMap.Models.DependencyMapDiscoverySourceProperties
Protected Sub New (sourceId As ResourceIdentifier)
Parameters
- sourceId
- ResourceIdentifier
Source ArmId of Discovery Source resource.
Exceptions
sourceId
is null.