ApiManagementTenantSettingCollection Class

Definition

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

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

Constructors

ApiManagementTenantSettingCollection()

Initializes a new instance of the ApiManagementTenantSettingCollection 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(SettingsType, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
ExistsAsync(SettingsType, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
Get(SettingsType, CancellationToken)

Get tenant settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
GetAll(String, CancellationToken)

Public settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings
  • Operation Id: TenantSettings_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
GetAllAsync(String, CancellationToken)

Public settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings
  • Operation Id: TenantSettings_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
GetAsync(SettingsType, CancellationToken)

Get tenant settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
GetIfExists(SettingsType, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
GetIfExistsAsync(SettingsType, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Operation Id: TenantSettings_Get
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementTenantSettingResource
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<ApiManagementTenantSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ApiManagementTenantSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to