ScgRoute(String, String) Constructor
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.
Initializes a new instance of ScgRoute.
public ScgRoute(string id, string uri);
new Azure.ResourceManager.AppContainers.Models.ScgRoute : string * string -> Azure.ResourceManager.AppContainers.Models.ScgRoute
Public Sub New (id As String, uri As String)
Parameters
- id
- String
Id of the route.
- uri
- String
Uri of the route.
Exceptions
id or uri is null.