MockableSecurityDevOpsArmClient.GetGitHubOwnerResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GitHubOwnerResource object.

Applies to