SecurityInsightsSourceControlData 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 SecurityInsightsSourceControlData.
public SecurityInsightsSourceControlData (string displayName, Azure.ResourceManager.SecurityInsights.Models.SourceControlRepoType repoType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SourceControlContentType> contentTypes, Azure.ResourceManager.SecurityInsights.Models.SourceControlRepository repository);
new Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData : string * Azure.ResourceManager.SecurityInsights.Models.SourceControlRepoType * seq<Azure.ResourceManager.SecurityInsights.Models.SourceControlContentType> * Azure.ResourceManager.SecurityInsights.Models.SourceControlRepository -> Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlData
Public Sub New (displayName As String, repoType As SourceControlRepoType, contentTypes As IEnumerable(Of SourceControlContentType), repository As SourceControlRepository)
Parameters
- displayName
- String
The display name of the source control.
- repoType
- SourceControlRepoType
The repository type of the source control.
- contentTypes
- IEnumerable<SourceControlContentType>
Array of source control content types.
- repository
- SourceControlRepository
Repository metadata.
Exceptions
displayName
, contentTypes
or repository
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET