IBandwidthSettingsOperations 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.
BandwidthSettingsOperations operations.
public interface IBandwidthSettingsOperations
type IBandwidthSettingsOperations = interface
Public Interface IBandwidthSettingsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, BandwidthSetting, String, String, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the bandwidth setting |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the bandwidth setting |
CreateOrUpdateWithHttpMessagesAsync(String, BandwidthSetting, String, String, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates the bandwidth setting |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the bandwidth setting |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Returns the properties of the specified bandwidth setting name. |
ListByManagerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves all the bandwidth setting in a manager. |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET