Bagikan melalui


RedisLinkedServerWithPropertyCollection Class

Definition

A class representing a collection of RedisLinkedServerWithPropertyResource and their operations. Each RedisLinkedServerWithPropertyResource in the collection will belong to the same instance of RedisResource. To get a RedisLinkedServerWithPropertyCollection instance call the GetRedisLinkedServerWithProperties method from an instance of RedisResource.

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

Constructors

RedisLinkedServerWithPropertyCollection()

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

Adds a linked server to the Redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Create
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
CreateOrUpdateAsync(WaitUntil, String, RedisLinkedServerWithPropertyCreateOrUpdateContent, CancellationToken)

Adds a linked server to the Redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Create
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
Get(String, CancellationToken)

Gets the detailed information about a linked server of a redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
GetAll(CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers
  • Operation Id: LinkedServer_List
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
GetAllAsync(CancellationToken)

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers
  • Operation Id: LinkedServer_List
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
GetAsync(String, CancellationToken)

Gets the detailed information about a linked server of a redis cache (requires Premium SKU).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/linkedServers/{linkedServerName}
  • Operation Id: LinkedServer_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisLinkedServerWithPropertyResource
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<RedisLinkedServerWithPropertyResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RedisLinkedServerWithPropertyResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to