次の方法で共有


ValidationResponse Interface

public interface ValidationResponse

An immutable client-side representation of ValidationResponse.

Method Summary

Modifier and Type Method and Description
abstract Map<String,String> info()

Gets the info property: Info from the response.

abstract ValidationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner object.

Method Details

info

public abstract Map<String,String> info()

Gets the info property: Info from the response.

Returns:

the info value.

innerModel

public abstract ValidationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner object.

Returns:

the inner object.

Applies to