次の方法で共有


ProviderPropertiesManagedApplication Class

  • java.lang.Object
    • com.azure.resourcemanager.quantum.models.ProviderPropertiesManagedApplication

Implements

public final class ProviderPropertiesManagedApplication
implements JsonSerializable<ProviderPropertiesManagedApplication>

Provider's Managed-Application info.

Constructor Summary

Constructor Description
ProviderPropertiesManagedApplication()

Creates an instance of ProviderPropertiesManagedApplication class.

Method Summary

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

Reads an instance of ProviderPropertiesManagedApplication from the JsonReader.

String offerId()

Get the offerId property: Provider's offer id.

String publisherId()

Get the publisherId property: Provider's publisher id.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ProviderPropertiesManagedApplication

public ProviderPropertiesManagedApplication()

Creates an instance of ProviderPropertiesManagedApplication class.

Method Details

fromJson

public static ProviderPropertiesManagedApplication fromJson(JsonReader jsonReader)

Reads an instance of ProviderPropertiesManagedApplication from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProviderPropertiesManagedApplication 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 ProviderPropertiesManagedApplication.

offerId

public String offerId()

Get the offerId property: Provider's offer id.

Returns:

the offerId value.

publisherId

public String publisherId()

Get the publisherId property: Provider's publisher id.

Returns:

the publisherId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to