KeyVaultKeyCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.KeyVaultKeyCollection

public final class KeyVaultKeyCollection

Collection of key vault keys.

Constructor Summary

Constructor Description
KeyVaultKeyCollection()

Creates an instance of KeyVaultKeyCollection class.

Method Summary

Modifier and Type Method and Description
String skipToken()

Get the skipToken property: The skip token.

void validate()

Validates the instance.

List<KeyVaultKeyInner> value()

Get the value property: The key vault keys.

KeyVaultKeyCollection withSkipToken(String skipToken)

Set the skipToken property: The skip token.

KeyVaultKeyCollection withValue(List<KeyVaultKeyInner> value)

Set the value property: The key vault keys.

Methods inherited from java.lang.Object

Constructor Details

KeyVaultKeyCollection

public KeyVaultKeyCollection()

Creates an instance of KeyVaultKeyCollection class.

Method Details

skipToken

public String skipToken()

Get the skipToken property: The skip token.

Returns:

the skipToken value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The key vault keys.

Returns:

the value value.

withSkipToken

public KeyVaultKeyCollection withSkipToken(String skipToken)

Set the skipToken property: The skip token.

Parameters:

skipToken - the skipToken value to set.

Returns:

the KeyVaultKeyCollection object itself.

withValue

public KeyVaultKeyCollection withValue(List value)

Set the value property: The key vault keys.

Parameters:

value - the value value to set.

Returns:

the KeyVaultKeyCollection object itself.

Applies to