CdnWebAgentPath(CdnWebAgentPathType, 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 CdnWebAgentPath.
public CdnWebAgentPath(Azure.ResourceManager.Cdn.Models.CdnWebAgentPathType type, string path);
new Azure.ResourceManager.Cdn.Models.CdnWebAgentPath : Azure.ResourceManager.Cdn.Models.CdnWebAgentPathType * string -> Azure.ResourceManager.Cdn.Models.CdnWebAgentPath
Public Sub New (type As CdnWebAgentPathType, path As String)
Parameters
- type
- CdnWebAgentPathType
The type of the path.
- path
- String
The actual path value.
Exceptions
path is null.