SignalRCustomDomainCollection Class

Definition

A class representing a collection of SignalRCustomDomainResource and their operations. Each SignalRCustomDomainResource in the collection will belong to the same instance of SignalRResource. To get a SignalRCustomDomainCollection instance call the GetSignalRCustomDomains method from an instance of SignalRResource.

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

Constructors

SignalRCustomDomainCollection()

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

Create or update a custom domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_CreateOrUpdate
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
CreateOrUpdateAsync(WaitUntil, String, SignalRCustomDomainData, CancellationToken)

Create or update a custom domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_CreateOrUpdate
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
Get(String, CancellationToken)

Get a custom domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
GetAll(CancellationToken)

List all custom domains.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains
  • Operation Id: SignalRCustomDomains_List
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
GetAllAsync(CancellationToken)

List all custom domains.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains
  • Operation Id: SignalRCustomDomains_List
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
GetAsync(String, CancellationToken)

Get a custom domain.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/customDomains/{name}
  • Operation Id: SignalRCustomDomains_Get
  • Default Api Version: 2022-02-01
  • Resource: SignalRCustomDomainResource
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<SignalRCustomDomainResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SignalRCustomDomainResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to