public final class FunctionSecretsInner extends Object
| Constructor and Description |
|---|
FunctionSecretsInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Get the key property: Secret key.
|
String |
triggerUrl()
Get the triggerUrl property: Trigger URL.
|
void |
validate()
Validates the instance.
|
FunctionSecretsInner |
withKey(String key)
Set the key property: Secret key.
|
FunctionSecretsInner |
withTriggerUrl(String triggerUrl)
Set the triggerUrl property: Trigger URL.
|
public String key()
public FunctionSecretsInner withKey(String key)
key - the key value to set.public String triggerUrl()
public FunctionSecretsInner withTriggerUrl(String triggerUrl)
triggerUrl - the triggerUrl value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.