Class HybridConnectionKeyInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner
-
public final class HybridConnectionKeyInner extends ProxyOnlyResource
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
-
-
Constructor Summary
Constructors Constructor Description HybridConnectionKeyInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsendKeyName()Get the sendKeyName property: The name of the send key.StringsendKeyValue()Get the sendKeyValue property: The value of the send key.voidvalidate()Validates the instance.HybridConnectionKeyInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public HybridConnectionKeyInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
sendKeyName
public String sendKeyName()
Get the sendKeyName property: The name of the send key.- Returns:
- the sendKeyName value.
-
sendKeyValue
public String sendKeyValue()
Get the sendKeyValue property: The value of the send key.- Returns:
- the sendKeyValue value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-