Class HybridConnectionKeyProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyProperties
-
public final class HybridConnectionKeyProperties extends Object
HybridConnectionKey resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description HybridConnectionKeyProperties()
-
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.
-
-
-
Method Detail
-
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.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-