OnboardResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.OnboardResponseInner

Implements

public final class OnboardResponseInner
implements JsonSerializable<OnboardResponseInner>

Success. The response indicates given subscriptions has been onboarded.

Method Summary

Modifier and Type Method and Description
static OnboardResponseInner fromJson(JsonReader jsonReader)

Reads an instance of OnboardResponseInner from the JsonReader.

List<String> subscriptionIds()

Get the subscriptionIds property: List of subscription ids that are onboarded.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static OnboardResponseInner fromJson(JsonReader jsonReader)

Reads an instance of OnboardResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OnboardResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the OnboardResponseInner.

subscriptionIds

public List<String> subscriptionIds()

Get the subscriptionIds property: List of subscription ids that are onboarded.

Returns:

the subscriptionIds value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to