Share via


ServiceWorkspaceProductGroupLinkCollection Class

Definition

A class representing a collection of ServiceWorkspaceProductGroupLinkResource and their operations. Each ServiceWorkspaceProductGroupLinkResource in the collection will belong to the same instance of ServiceWorkspaceProductResource. To get a ServiceWorkspaceProductGroupLinkCollection instance call the GetServiceWorkspaceProductGroupLinks method from an instance of ServiceWorkspaceProductResource.

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

Constructors

ServiceWorkspaceProductGroupLinkCollection()

Initializes a new instance of the ServiceWorkspaceProductGroupLinkCollection 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, ProductGroupLinkContractData, CancellationToken)

Adds a group to the specified product via link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
CreateOrUpdateAsync(WaitUntil, String, ProductGroupLinkContractData, CancellationToken)

Adds a group to the specified product via link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
Get(String, CancellationToken)

Gets the group link for the product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists a collection of the group links associated with a product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks
  • Operation Id: WorkspaceProductGroupLink_ListByProduct
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists a collection of the group links associated with a product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks
  • Operation Id: WorkspaceProductGroupLink_ListByProduct
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
GetAsync(String, CancellationToken)

Gets the group link for the product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/groupLinks/{groupLinkId}
  • Operation Id: WorkspaceProductGroupLink_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductGroupLinkResource
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<ServiceWorkspaceProductGroupLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceWorkspaceProductGroupLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to