InstructionsOperationsExtensions Class

Definition

Extension methods for InstructionsOperations.

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

Methods

Get(IInstructionsOperations, String, String, String)

Get the instruction by name. These are custom billing instructions and are only applicable for certain customers. https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IInstructionsOperations, String, String, String, CancellationToken)

Get the instruction by name. These are custom billing instructions and are only applicable for certain customers. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfile(IInstructionsOperations, String, String)

Lists the instructions by billing profile id. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileAsync(IInstructionsOperations, String, String, CancellationToken)

Lists the instructions by billing profile id. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNext(IInstructionsOperations, String)

Lists the instructions by billing profile id. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNextAsync(IInstructionsOperations, String, CancellationToken)

Lists the instructions by billing profile id. https://docs.microsoft.com/en-us/rest/api/billing/

Put(IInstructionsOperations, String, String, String, Instruction)

Creates or updates an instruction. These are custom billing instructions and are only applicable for certain customers.

PutAsync(IInstructionsOperations, String, String, String, Instruction, CancellationToken)

Creates or updates an instruction. These are custom billing instructions and are only applicable for certain customers.

Applies to