IotCentralPrivateLinkResourceCollection Class

Definition

A class representing a collection of IotCentralPrivateLinkResource and their operations. Each IotCentralPrivateLinkResource in the collection will belong to the same instance of IotCentralAppResource. To get an IotCentralPrivateLinkResourceCollection instance call the GetIotCentralPrivateLinkResources method from an instance of IotCentralAppResource.

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

Constructors

IotCentralPrivateLinkResourceCollection()

Initializes a new instance of the IotCentralPrivateLinkResourceCollection 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.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
Get(String, CancellationToken)

Get a private link resource of a IoT Central Application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
GetAll(CancellationToken)

Get all private link resources of a IoT Central Application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinks_List
GetAllAsync(CancellationToken)

Get all private link resources of a IoT Central Application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinks_List
GetAsync(String, CancellationToken)

Get a private link resource of a IoT Central Application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinks_Get
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<IotCentralPrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IotCentralPrivateLinkResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to