다음을 통해 공유


IotHubPrivateEndpointGroupInformationCollection Class

Definition

A class representing a collection of IotHubPrivateEndpointGroupInformationResource and their operations. Each IotHubPrivateEndpointGroupInformationResource in the collection will belong to the same instance of IotHubDescriptionResource. To get an IotHubPrivateEndpointGroupInformationCollection instance call the GetIotHubPrivateEndpointGroupInformation method from an instance of IotHubDescriptionResource.

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

Constructors

IotHubPrivateEndpointGroupInformationCollection()

Initializes a new instance of the IotHubPrivateEndpointGroupInformationCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
Get(String, CancellationToken)

Get the specified private link resource for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
GetAll(CancellationToken)

List private link resources for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinkResources_List
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
GetAllAsync(CancellationToken)

List private link resources for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinkResources_List
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
GetAsync(String, CancellationToken)

Get the specified private link resource for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
  • Default Api Version: 2023-06-30
  • Resource: IotHubPrivateEndpointGroupInformationResource
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<IotHubPrivateEndpointGroupInformationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IotHubPrivateEndpointGroupInformationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to