HostedServiceUpdateParameters 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 Hosted Service operation.
public class HostedServiceUpdateParameters
type HostedServiceUpdateParameters = class
Public Class HostedServiceUpdateParameters
- Inheritance
-
HostedServiceUpdateParameters
Constructors
HostedServiceUpdateParameters() |
Initializes a new instance of the HostedServiceUpdateParameters class. |
Properties
Description |
Optional. A description for the cloud service. The description may be up to 1024 characters in length. You must specify a value for at least one of Label or Description. |
ExtendedProperties |
Optional. Represents the name of an extended cloud service property. Each extended property must have a defined name and a value. You can have a maximum of 50 extended property name and value pairs. The maximum length of the name element is 64 characters, only alphanumeric characters and underscores are valid in the name, and it must start with a letter. Attempting to use other characters, starting with a non-letter character, or entering a name that is identical to that of another extended property owned by the same service will result in a status code 400 (Bad Request) error. Each extended property value has a maximum length of 255 characters. |
Label |
Optional. A name for the cloud service. The name may be up to 100 characters in length. You must specify a value for at least one of Label or Description. It is recommended that the label be unique within the subscription. The name can be used identify the service for your tracking purposes. |
ReverseDnsFqdn |
Optional. Dns address to which the cloud service's IP address resolves when queried using a reverse Dns query. |
Applies to
Azure SDK for .NET