DiscoveryWorkspaceProperties(DiscoveryManagedIdentityReference) 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 DiscoveryWorkspaceProperties.
public DiscoveryWorkspaceProperties(Azure.ResourceManager.Discovery.Models.DiscoveryManagedIdentityReference workspaceIdentity);
new Azure.ResourceManager.Discovery.Models.DiscoveryWorkspaceProperties : Azure.ResourceManager.Discovery.Models.DiscoveryManagedIdentityReference -> Azure.ResourceManager.Discovery.Models.DiscoveryWorkspaceProperties
Public Sub New (workspaceIdentity As DiscoveryManagedIdentityReference)
Parameters
- workspaceIdentity
- DiscoveryManagedIdentityReference
Identity IDs used for leveraging Workspace resources.
Exceptions
workspaceIdentity is null.