WebSiteUpdateParameters Class
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.
Parameters supplied to the Update Web Site operation.
public class WebSiteUpdateParameters
type WebSiteUpdateParameters = class
Public Class WebSiteUpdateParameters
- Inheritance
-
WebSiteUpdateParameters
Constructors
WebSiteUpdateParameters() |
Initializes a new instance of the WebSiteUpdateParameters class. |
Properties
HostNames |
Optional. An array of strings that contains the public host names for the web site, including custom domains. Important: When you add a custom domain in a PUT operation, be sure to include every host name that you want for the web site. To delete a custom domain name in a PUT operation, include all of the host names for the web site that you want to keep, but leave out the one that you want to delete. |
HostNameSslStates |
Optional. SSL states of host names bound to the web site. |
ServerFarm |
Optional. String specifying the Server Farm (Web Hosting Plan) where to place the site. Server Farm must exist. |
State |
Optional. A string that describes the state of the web site. Possible values include Stopped, Running, or QuotaExceeded. |
Applies to
Azure SDK for .NET