WebSpacesCreatePublishingUserParameters 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
WebSpacesCreatePublishingUserParameters() |
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class. |
WebSpacesCreatePublishingUserParameters(String, String) |
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class with required arguments. |
WebSpacesCreatePublishingUserParameters()
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class.
public WebSpacesCreatePublishingUserParameters ();
Public Sub New ()
Applies to
WebSpacesCreatePublishingUserParameters(String, String)
Initializes a new instance of the WebSpacesCreatePublishingUserParameters class with required arguments.
public WebSpacesCreatePublishingUserParameters (string publishingPassword, string publishingUserName);
new Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters : string * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters
Public Sub New (publishingPassword As String, publishingUserName As String)
Parameters
- publishingPassword
- String
- publishingUserName
- String
Applies to
Azure SDK for .NET