WebPubSubHubCollection Class

Definition

A class representing a collection of WebPubSubHubResource and their operations. Each WebPubSubHubResource in the collection will belong to the same instance of WebPubSubResource. To get a WebPubSubHubCollection instance call the GetWebPubSubHubs method from an instance of WebPubSubResource.

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

Constructors

WebPubSubHubCollection()

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

Create or update a hub setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_CreateOrUpdate
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
CreateOrUpdateAsync(WaitUntil, String, WebPubSubHubData, CancellationToken)

Create or update a hub setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_CreateOrUpdate
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
Get(String, CancellationToken)

Get a hub setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
GetAll(CancellationToken)

List hub settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs
  • Operation Id: WebPubSubHubs_List
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
GetAllAsync(CancellationToken)

List hub settings.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs
  • Operation Id: WebPubSubHubs_List
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
GetAsync(String, CancellationToken)

Get a hub setting.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}
  • Operation Id: WebPubSubHubs_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubHubResource
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<WebPubSubHubResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebPubSubHubResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to