ProviderPropertiesManagedApplication Class
- java.
lang. Object - com.
azure. resourcemanager. quantum. models. ProviderPropertiesManagedApplication
- com.
Implements
public final class ProviderPropertiesManagedApplication
implements JsonSerializable<ProviderPropertiesManagedApplication>
Provider's Managed-Application info.
Constructor Summary
| Constructor | Description |
|---|---|
| ProviderPropertiesManagedApplication() |
Creates an instance of Provider |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
| String |
offerId()
Get the offer |
| String |
publisherId()
Get the publisher |
|
Json |
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:
Returns:
Throws:
offerId
public String offerId()
Get the offerId property: Provider's offer id.
Returns:
publisherId
public String publisherId()
Get the publisherId property: Provider's publisher id.
Returns:
toJson
validate
public void validate()
Validates the instance.