SecretBase Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.SecretBase

public class SecretBase

The base definition of a secret type.

Constructor Summary

Constructor Description
SecretBase()

Creates an instance of SecretBase class.

Method Summary

Modifier and Type Method and Description
String type()

Get the type property: Type of the secret.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SecretBase

public SecretBase()

Creates an instance of SecretBase class.

Method Details

type

public String type()

Get the type property: Type of the secret.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to