IInstructionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET