OffAzureDiscoverySourceProperties(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 OffAzureDiscoverySourceProperties.
public OffAzureDiscoverySourceProperties(Azure.Core.ResourceIdentifier sourceId);
new Azure.ResourceManager.DependencyMap.Models.OffAzureDiscoverySourceProperties : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DependencyMap.Models.OffAzureDiscoverySourceProperties
Public Sub New (sourceId As ResourceIdentifier)
Parameters
- sourceId
- ResourceIdentifier
Source ArmId of Discovery Source resource.
Exceptions
sourceId
is null.