FunctionSecretsInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. FunctionSecretsInner
- com.
Implements
public final class FunctionSecretsInner
implements JsonSerializable<FunctionSecretsInner>
Function secrets.
Constructor Summary
Constructor | Description |
---|---|
FunctionSecretsInner() |
Creates an instance of Function |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
String |
key()
Get the key property: Secret key. |
Json |
toJson(JsonWriter jsonWriter) |
String |
triggerUrl()
Get the trigger |
void |
validate()
Validates the instance. |
Function |
withKey(String key)
Set the key property: Secret key. |
Function |
withTriggerUrl(String triggerUrl)
Set the trigger |
Methods inherited from java.lang.Object
Constructor Details
FunctionSecretsInner
public FunctionSecretsInner()
Creates an instance of FunctionSecretsInner class.
Method Details
fromJson
public static FunctionSecretsInner fromJson(JsonReader jsonReader)
Reads an instance of FunctionSecretsInner from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: Secret key.
Returns:
toJson
triggerUrl
public String triggerUrl()
Get the triggerUrl property: Trigger URL.
Returns:
validate
public void validate()
Validates the instance.
withKey
public FunctionSecretsInner withKey(String key)
Set the key property: Secret key.
Parameters:
Returns:
withTriggerUrl
public FunctionSecretsInner withTriggerUrl(String triggerUrl)
Set the triggerUrl property: Trigger URL.
Parameters:
Returns:
Applies to
Azure SDK for Java