Поделиться через


ApiManagementWorkspaceLinksCollection Class

Definition

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

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

Constructors

ApiManagementWorkspaceLinksCollection()

Initializes a new instance of the ApiManagementWorkspaceLinksCollection 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}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
Get(String, CancellationToken)

Gets an API Management WorkspaceLink resource description.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
GetAll(CancellationToken)

List all API Management workspaceLinks for a service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks
  • Operation Id: ApiManagementWorkspaceLinks_ListByService
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
GetAllAsync(CancellationToken)

List all API Management workspaceLinks for a service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks
  • Operation Id: ApiManagementWorkspaceLinks_ListByService
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
GetAsync(String, CancellationToken)

Gets an API Management WorkspaceLink resource description.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaceLinks/{workspaceId}
  • Operation Id: ApiManagementWorkspaceLink_Get
  • Default Api Version: 2024-05-01
  • Resource: ApiManagementWorkspaceLinksResource
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<ApiManagementWorkspaceLinksResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ApiManagementWorkspaceLinksResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to