Share via


ServiceWorkspaceApiOperationPolicyCollection Class

Definition

A class representing a collection of ServiceWorkspaceApiOperationPolicyResource and their operations. Each ServiceWorkspaceApiOperationPolicyResource in the collection will belong to the same instance of ServiceWorkspaceApiOperationResource. To get a ServiceWorkspaceApiOperationPolicyCollection instance call the GetServiceWorkspaceApiOperationPolicies method from an instance of ServiceWorkspaceApiOperationResource.

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

Constructors

ServiceWorkspaceApiOperationPolicyCollection()

Initializes a new instance of the ServiceWorkspaceApiOperationPolicyCollection 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 API Operation level.

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

Creates or updates policy configuration for the API Operation level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_CreateOrUpdate
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
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}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
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}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
Get(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Get the policy configuration at the API Operation level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
GetAll(CancellationToken)

Get the list of policy configuration at the API Operation level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apis/{apiId}/operations/{operationId}/policies
  • Operation Id: WorkspaceApiOperationPolicy_ListByOperation
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
GetAllAsync(CancellationToken)

Get the list of policy configuration at the API Operation level.

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

Get the policy configuration at the API Operation level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
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}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
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}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Operation Id: WorkspaceApiOperationPolicy_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceApiOperationPolicyResource
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<ServiceWorkspaceApiOperationPolicyResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceWorkspaceApiOperationPolicyResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to