你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInstructionsOperations Interface

Definition

InstructionsOperations operations.

public interface IInstructionsOperations
type IInstructionsOperations = interface
Public Interface IInstructionsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/

ListByBillingProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByBillingProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

PutWithHttpMessagesAsync(String, String, String, Instruction, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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