Share via


EdgeDynamicSchemaCollection Class

Definition

A class representing a collection of EdgeDynamicSchemaResource and their operations. Each EdgeDynamicSchemaResource in the collection will belong to the same instance of EdgeSchemaResource. To get an EdgeDynamicSchemaCollection instance call the GetEdgeDynamicSchemas method from an instance of EdgeSchemaResource.

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

Constructors

EdgeDynamicSchemaCollection()

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

Create or update a DynamicSchema Resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_CreateOrUpdate
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
CreateOrUpdateAsync(WaitUntil, String, EdgeDynamicSchemaData, CancellationToken)

Create or update a DynamicSchema Resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_CreateOrUpdate
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
Get(String, CancellationToken)

Get a DynamicSchema Resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
GetAll(CancellationToken)

List by Schema

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas
  • Operation Id: DynamicSchema_ListBySchema
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
GetAllAsync(CancellationToken)

List by Schema

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas
  • Operation Id: DynamicSchema_ListBySchema
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
GetAsync(String, CancellationToken)

Get a DynamicSchema Resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}
  • Operation Id: DynamicSchema_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
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<EdgeDynamicSchemaResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EdgeDynamicSchemaResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to