IConfigurationsOperations 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.
ConfigurationsOperations operations.
public interface IConfigurationsOperations
type IConfigurationsOperations = interface
Public Interface IConfigurationsOperations
Methods
BeginUpdateWithHttpMessagesAsync(String, String, String, Configuration, Dictionary<String,List<String>>, CancellationToken) |
Updates a configuration of a server. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets information about a configuration of server. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List all the configurations in a given server. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List all the configurations in a given server. |
UpdateWithHttpMessagesAsync(String, String, String, Configuration, Dictionary<String,List<String>>, CancellationToken) |
Updates a configuration of a server. |