AzureDevOpsProjectResource.GetAzureDevOpsRepo Method
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.
Returns a monitored AzureDevOps Project resource for a given ID.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}/projects/{azureDevOpsProjectName}/repos/{azureDevOpsRepoName}
- Operation Id: AzureDevOpsRepo_Get
public virtual Azure.Response<Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource> GetAzureDevOpsRepo (string azureDevOpsRepoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAzureDevOpsRepo : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource>
override this.GetAzureDevOpsRepo : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource>
Public Overridable Function GetAzureDevOpsRepo (azureDevOpsRepoName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AzureDevOpsRepoResource)
Parameters
- azureDevOpsRepoName
- String
Name of the AzureDevOps Repo.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
azureDevOpsRepoName
is null.
azureDevOpsRepoName
is an empty string, and was expected to be non-empty.
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