CdnWebAgentPath(CdnWebAgentPathType, String) Constructor

Definition

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.

Applies to