GitHubOwnerCollection Class

Definition

A class representing a collection of GitHubOwnerResource and their operations. Each GitHubOwnerResource in the collection will belong to the same instance of GitHubConnectorResource. To get a GitHubOwnerCollection instance call the GetGitHubOwners method from an instance of GitHubConnectorResource.

public class GitHubOwnerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>
type GitHubOwnerCollection = class
    inherit ArmCollection
    interface seq<GitHubOwnerResource>
    interface IEnumerable
    interface IAsyncEnumerable<GitHubOwnerResource>
Public Class GitHubOwnerCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of GitHubOwnerResource), IEnumerable(Of GitHubOwnerResource)
Inheritance
GitHubOwnerCollection
Implements

Constructors

GitHubOwnerCollection()

Initializes a new instance of the GitHubOwnerCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, GitHubOwnerData, CancellationToken)

Create or update a monitored GitHub owner.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GitHubOwnerData, CancellationToken)

Create or update a monitored GitHub owner.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
Get(String, CancellationToken)

Returns a monitored GitHub repository.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
GetAll(CancellationToken)

Returns a list of monitored GitHub owners.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners
  • Operation Id: GitHubOwner_List
GetAllAsync(CancellationToken)

Returns a list of monitored GitHub owners.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners
  • Operation Id: GitHubOwner_List
GetAsync(String, CancellationToken)

Returns a monitored GitHub repository.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
  • Operation Id: GitHubOwner_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<GitHubOwnerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<GitHubOwnerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to