Interface IWirelessAlternateManagementInterface
- Namespace
- Meraki.Api.Interfaces.Products.Wireless
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IWirelessAlternateManagementInterface
Methods
GetNetworkWirelessAlternateManagementInterfaceAsync(string, CancellationToken)
Return an action batch
[Get("/networks/{networkId}/wireless/alternateManagementInterface")]
Task<WirelessAlternateManagementInterface> GetNetworkWirelessAlternateManagementInterfaceAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkWirelessAlternateManagementInterfaceAsync(string, WirelessAlternateManagementInterface, CancellationToken)
Update an action batch
[Put("/networks/{networkId}/wireless/alternateManagementInterface")]
Task<WirelessAlternateManagementInterface> UpdateNetworkWirelessAlternateManagementInterfaceAsync(string networkId, WirelessAlternateManagementInterface updateNetworkWirelessAlternateManagementInterface, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
updateNetworkWirelessAlternateManagementInterface
WirelessAlternateManagementInterfacecancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call