ApiManagementIssueCollection Class

Definition

A class representing a collection of ApiManagementIssueResource and their operations. Each ApiManagementIssueResource in the collection will belong to the same instance of ApiManagementServiceResource. To get an ApiManagementIssueCollection instance call the GetApiManagementIssues method from an instance of ApiManagementServiceResource.

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

Constructors

ApiManagementIssueCollection()

Initializes a new instance of the ApiManagementIssueCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
Get(String, CancellationToken)

Gets API Management issue details

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists a collection of issues in the specified service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues
  • Operation Id: Issue_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists a collection of issues in the specified service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues
  • Operation Id: Issue_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
GetAsync(String, CancellationToken)

Gets API Management issue details

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Operation Id: Issue_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIssueResource
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<ApiManagementIssueResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ApiManagementIssueResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to