WebAnonymousAuthentication Constructors
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.
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
Azure SDK for .NET