HybridConnectionLimitsInner Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class HybridConnectionLimitsInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnectionLimitsInner = class
    inherit ProxyOnlyResourceInner
Public Class HybridConnectionLimitsInner
Inherits ProxyOnlyResourceInner
Inheritance
HybridConnectionLimitsInner
Attributes

Constructors

HybridConnectionLimitsInner()

Initializes a new instance of the HybridConnectionLimitsInner class.

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

Initializes a new instance of the HybridConnectionLimitsInner class.

Properties

Current

Gets the current number of Hybrid Connections.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Maximum

Gets the maximum number of Hybrid Connections allowed.

Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to