Condividi tramite


ServiceLinkerExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ServiceLinker.

public static class ServiceLinkerExtensions
type ServiceLinkerExtensions = class
Public Module ServiceLinkerExtensions
Inheritance
ServiceLinkerExtensions

Methods

GetLinkerResource(ArmClient, ResourceIdentifier)

Gets an object representing a LinkerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a LinkerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLinkerResource(ResourceIdentifier) instead.

GetLinkerResource(ArmClient, ResourceIdentifier, String, CancellationToken)

Returns Linker resource for a given name.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operation Id: Linker_Get
GetLinkerResource(ArmResource, String, CancellationToken)

Returns Linker resource for a given name.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operation Id: Linker_Get
GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Returns Linker resource for a given name.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operation Id: Linker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Returns Linker resource for a given name.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operation Id: Linker_Get
GetLinkerResources(ArmClient, ResourceIdentifier)

Gets a collection of LinkerResources in the ArmClient. MockingTo mock this method, please mock GetLinkerResources(ResourceIdentifier) instead.

GetLinkerResources(ArmResource)

Gets a collection of LinkerResources in the ArmResource. MockingTo mock this method, please mock GetLinkerResources() instead.

Applies to