Class FunctionSecretsInner
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.FunctionSecretsInner
Function secrets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkey()Get the key property: Secret key.Get the triggerUrl property: Trigger URL.voidvalidate()Validates the instance.Set the key property: Secret key.withTriggerUrl(String triggerUrl) Set the triggerUrl property: Trigger URL.
-
Constructor Details
-
FunctionSecretsInner
public FunctionSecretsInner()Creates an instance of FunctionSecretsInner class.
-
-
Method Details
-
key
Get the key property: Secret key.- Returns:
- the key value.
-
withKey
Set the key property: Secret key.- Parameters:
key- the key value to set.- Returns:
- the FunctionSecretsInner object itself.
-
triggerUrl
Get the triggerUrl property: Trigger URL.- Returns:
- the triggerUrl value.
-
withTriggerUrl
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.
-