Share via


SiteHybridConnectionNamespaceRelayCollection Class

Definition

A class representing a collection of SiteHybridConnectionNamespaceRelayResource and their operations. Each SiteHybridConnectionNamespaceRelayResource in the collection will belong to the same instance of WebSiteResource. To get a SiteHybridConnectionNamespaceRelayCollection instance call the GetSiteHybridConnectionNamespaceRelays method from an instance of WebSiteResource.

public class SiteHybridConnectionNamespaceRelayCollection : Azure.ResourceManager.ArmCollection
type SiteHybridConnectionNamespaceRelayCollection = class
    inherit ArmCollection
Public Class SiteHybridConnectionNamespaceRelayCollection
Inherits ArmCollection
Inheritance
SiteHybridConnectionNamespaceRelayCollection

Constructors

SiteHybridConnectionNamespaceRelayCollection()

Initializes a new instance of the SiteHybridConnectionNamespaceRelayCollection 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, String, HybridConnectionData, CancellationToken)

Description for Creates a new Hybrid Connection using a Service Bus relay.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_CreateOrUpdateHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
CreateOrUpdateAsync(WaitUntil, String, String, HybridConnectionData, CancellationToken)

Description for Creates a new Hybrid Connection using a Service Bus relay.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_CreateOrUpdateHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
Exists(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
Get(String, String, CancellationToken)

Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
GetAsync(String, String, CancellationToken)

Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: SiteHybridConnectionNamespaceRelayResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to