MockableSecurityDevOpsArmClient.GetAzureDevOpsRepoResource Method

Definition

Gets an object representing an AzureDevOpsRepoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create an AzureDevOpsRepoResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource GetAzureDevOpsRepoResource (Azure.Core.ResourceIdentifier id);
abstract member GetAzureDevOpsRepoResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource
override this.GetAzureDevOpsRepoResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityDevOps.AzureDevOpsRepoResource
Public Overridable Function GetAzureDevOpsRepoResource (id As ResourceIdentifier) As AzureDevOpsRepoResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AzureDevOpsRepoResource object.

Applies to