Bagikan melalui


SitePrivateEndpointConnectionCollection Class

Definition

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

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

Constructors

SitePrivateEndpointConnectionCollection()

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

Description for Approves or rejects a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_ApproveOrRejectPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, PrivateLinkConnectionApprovalRequestInfo, CancellationToken)

Description for Approves or rejects a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_ApproveOrRejectPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
Get(String, CancellationToken)

Description for Gets a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
GetAll(CancellationToken)

Description for Gets the list of private endpoint connections associated with a site

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections
  • Operation Id: WebApps_GetPrivateEndpointConnectionList
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

Description for Gets the list of private endpoint connections associated with a site

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections
  • Operation Id: WebApps_GetPrivateEndpointConnectionList
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

Description for Gets a private endpoint connection

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: WebApps_GetPrivateEndpointConnection
  • Default Api Version: 2021-02-01
  • Resource: SitePrivateEndpointConnectionResource
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<SitePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SitePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to