Share via


ServiceWorkspaceProductPolicyCollection Class

Definition

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

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

Constructors

ServiceWorkspaceProductPolicyCollection()

Initializes a new instance of the ServiceWorkspaceProductPolicyCollection 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, PolicyName, PolicyContractData, Nullable<ETag>, CancellationToken)

Creates or updates policy configuration for the Product.

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

Creates or updates policy configuration for the Product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
Exists(PolicyName, Nullable<PolicyExportFormat>, 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}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
ExistsAsync(PolicyName, Nullable<PolicyExportFormat>, 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}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
Get(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Get the policy configuration at the Product level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
GetAll(CancellationToken)

Get the policy configuration at the Product level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/policies
  • Operation Id: WorkspaceProductPolicy_ListByProduct
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
GetAllAsync(CancellationToken)

Get the policy configuration at the Product level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/policies
  • Operation Id: WorkspaceProductPolicy_ListByProduct
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
GetAsync(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Get the policy configuration at the Product level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/products/{productId}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
GetIfExists(PolicyName, Nullable<PolicyExportFormat>, 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}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
GetIfExistsAsync(PolicyName, Nullable<PolicyExportFormat>, 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}/policies/{policyId}
  • Operation Id: WorkspaceProductPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceProductPolicyResource
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<ServiceWorkspaceProductPolicyResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceWorkspaceProductPolicyResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to