Class HybridConnectionKeyInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of HybridConnectionKeyInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the sendKeyName property: The name of the send key.Get the sendKeyValue property: The value of the send key.voidvalidate()Validates the instance.Set the kind property: Kind of resource.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
HybridConnectionKeyInner
public HybridConnectionKeyInner()Creates an instance of HybridConnectionKeyInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
sendKeyName
Get the sendKeyName property: The name of the send key.- Returns:
- the sendKeyName value.
-
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.
-