ScopeMapCollection Class

Definition

A class representing a collection of ScopeMapResource and their operations. Each ScopeMapResource in the collection will belong to the same instance of ContainerRegistryResource. To get a ScopeMapCollection instance call the GetScopeMaps method from an instance of ContainerRegistryResource.

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

Constructors

ScopeMapCollection()

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

Creates a scope map for a container registry with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Create
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
CreateOrUpdateAsync(WaitUntil, String, ScopeMapData, CancellationToken)

Creates a scope map for a container registry with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Create
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
Get(String, CancellationToken)

Gets the properties of the specified scope map.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
GetAll(CancellationToken)

Lists all the scope maps for the specified container registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps
  • Operation Id: ScopeMaps_List
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
GetAllAsync(CancellationToken)

Lists all the scope maps for the specified container registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps
  • Operation Id: ScopeMaps_List
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
GetAsync(String, CancellationToken)

Gets the properties of the specified scope map.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}
  • Operation Id: ScopeMaps_Get
  • Default Api Version: 2022-12-01
  • Resource: ScopeMapResource
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<ScopeMapResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ScopeMapResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to