共用方式為


WebAnonymousAuthentication Constructors

Definition

Overloads

WebAnonymousAuthentication()

Initializes a new instance of the WebAnonymousAuthentication class.

WebAnonymousAuthentication(Object)

Initializes a new instance of the WebAnonymousAuthentication class.

WebAnonymousAuthentication()

Initializes a new instance of the WebAnonymousAuthentication class.

public WebAnonymousAuthentication ();
Public Sub New ()

Applies to

WebAnonymousAuthentication(Object)

Initializes a new instance of the WebAnonymousAuthentication class.

public WebAnonymousAuthentication (object url);
new Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication : obj -> Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication
Public Sub New (url As Object)

Parameters

url
Object

The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).

Applies to