HybridConnectionLimits Class

Definition

Hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections.

[Microsoft.Rest.Serialization.JsonTransformation]
public class HybridConnectionLimits : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnectionLimits = class
    inherit ProxyOnlyResource
Public Class HybridConnectionLimits
Inherits ProxyOnlyResource
Inheritance
HybridConnectionLimits
Attributes

Constructors

HybridConnectionLimits()

Initializes a new instance of the HybridConnectionLimits class.

HybridConnectionLimits(String, String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the HybridConnectionLimits class.

Properties

Current

Gets the current number of Hybrid Connections.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Maximum

Gets the maximum number of Hybrid Connections allowed.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to