Share via


ServiceWorkspaceProductCollection Class

Definition

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

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

Constructors

ServiceWorkspaceProductCollection()

Initializes a new instance of the ServiceWorkspaceProductCollection 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, ApiManagementProductData, Nullable<ETag>, CancellationToken)

Creates or Updates a product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}
  • Operation Id: WorkspaceProduct_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductResource
CreateOrUpdateAsync(WaitUntil, String, ApiManagementProductData, Nullable<ETag>, CancellationToken)

Creates or Updates a product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}
  • Operation Id: WorkspaceProduct_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductResource
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}
  • Operation Id: WorkspaceProduct_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductResource
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}
  • Operation Id: WorkspaceProduct_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductResource
Get(String, CancellationToken)

Gets the details of the product specified by its identifier.

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

Lists a collection of products in the specified workspace in a service instance.

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

Lists a collection of products in the specified workspace in a service instance.

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

Gets the details of the product specified by its identifier.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceWorkspaceProductResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to