IMaintenanceConfigurationsOperations 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.
MaintenanceConfigurationsOperations operations.
public interface IMaintenanceConfigurationsOperations
type IMaintenanceConfigurationsOperations = interface
Public Interface IMaintenanceConfigurationsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, MaintenanceConfiguration, Dictionary<String,List<String>>, CancellationToken) |
Create or Update configuration record |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete Configuration record |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get Configuration record |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Get Configuration records within a subscription |
UpdateMethodWithHttpMessagesAsync(String, String, MaintenanceConfiguration, Dictionary<String,List<String>>, CancellationToken) |
Patch configuration record |
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