AnalyticsServerRequest
Represents a request for creating or updating an analytics server.
Gets or sets a list of analytics operations assigned to the server.
Gets or sets any keywords associated with the resource server.
Gets or sets the number of maximum connectors of the analytics server.
Gets or sets the total number of maximum connectors of the analytics server.
Gets or sets the name of the analytics server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the password for the REST API of the analytics server.
Gets or sets the username for the REST API of the analytics server.
Gets or sets the identifier of the status of the analytics server.
Gets or sets the URL of the analtyics server.
public AnalyticsServerRequest()
Initializes a new instance of the AnalyticsServerRequest class with all properties set to their default values.
Initializes a new instance of the AnalyticsServerRequest class with property values copied from a response object, which is useful for chaining commands.
Initializes a new instance of the AnalyticsServerRequest class with property values copied from a default values object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.
public static AnalyticsServerRequest op_Implicit(AnalyticsServerDefaultValuesResponse defaultValues)
Allows a default values object to be implicitly converted to a request object.