ManagedIdentityTokenResult Interface

public interface ManagedIdentityTokenResult

An immutable client-side representation of ManagedIdentityTokenResult.

Method Summary

Modifier and Type Method and Description
abstract ManagedIdentityTokenResultInner innerModel()

Gets the inner com.azure.resourcemanager.managedapplications.fluent.models.ManagedIdentityTokenResultInner object.

abstract List<ManagedIdentityToken> value()

Gets the value property: The array of managed identity tokens.

Method Details

innerModel

public abstract ManagedIdentityTokenResultInner innerModel()

Gets the inner com.azure.resourcemanager.managedapplications.fluent.models.ManagedIdentityTokenResultInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: The array of managed identity tokens.

Returns:

the value value.

Applies to