ManagedServicesRegistrationCollection Class

Definition

A class representing a collection of ManagedServicesRegistrationResource and their operations. Each ManagedServicesRegistrationResource in the collection will belong to the same instance of ArmResource. To get a ManagedServicesRegistrationCollection instance call the GetManagedServicesRegistrations method from an instance of ArmResource.

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

Constructors

ManagedServicesRegistrationCollection()

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

Creates or updates a registration definition.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ManagedServicesRegistrationData, CancellationToken)

Creates or updates a registration definition.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
Get(String, CancellationToken)

Gets the registration definition details.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
GetAll(String, CancellationToken)

Gets a list of the registration definitions.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
  • Operation Id: RegistrationDefinitions_List
GetAllAsync(String, CancellationToken)

Gets a list of the registration definitions.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
  • Operation Id: RegistrationDefinitions_List
GetAsync(String, CancellationToken)

Gets the registration definition details.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.ManagedServices/registrationDefinitions/{registrationDefinitionId}
  • Operation Id: RegistrationDefinitions_Get
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<ManagedServicesRegistrationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedServicesRegistrationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to