Class FunctionSecretsInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.FunctionSecretsInner
-
public final class FunctionSecretsInner extends Object
Function secrets.
-
-
Constructor Summary
Constructors Constructor Description FunctionSecretsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey()Get the key property: Secret key.StringtriggerUrl()Get the triggerUrl property: Trigger URL.voidvalidate()Validates the instance.FunctionSecretsInnerwithKey(String key)Set the key property: Secret key.FunctionSecretsInnerwithTriggerUrl(String triggerUrl)Set the triggerUrl property: Trigger URL.
-
-
-
Method Detail
-
key
public String key()
Get the key property: Secret key.- Returns:
- the key value.
-
withKey
public FunctionSecretsInner withKey(String key)
Set the key property: Secret key.- Parameters:
key- the key value to set.- Returns:
- the FunctionSecretsInner object itself.
-
triggerUrl
public String triggerUrl()
Get the triggerUrl property: Trigger URL.- Returns:
- the triggerUrl value.
-
withTriggerUrl
public FunctionSecretsInner withTriggerUrl(String triggerUrl)
Set the triggerUrl property: Trigger URL.- Parameters:
triggerUrl- the triggerUrl value to set.- Returns:
- the FunctionSecretsInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-