HybridConnectionLimits 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.
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
- 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
Azure SDK for .NET