ResubscribeProperties Class

Definition

Resubscribe Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ResubscribePropertiesTypeConverter))]
public class ResubscribeProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ResubscribePropertiesTypeConverter))>]
type ResubscribeProperties = class
    interface IResubscribeProperties
    interface IJsonSerializable
Public Class ResubscribeProperties
Implements IResubscribeProperties
Inheritance
ResubscribeProperties
Attributes
Implements

Constructors

Name Description
ResubscribeProperties()

Creates an new ResubscribeProperties instance.

Properties

Name Description
OfferId

Offer Id of the NewRelic offer that needs to be resubscribed

OrganizationId

Organization Id of the NewRelic Organization that needs to be resubscribed

PlanId

Newly selected plan Id to create the new Marketplace subscription for Resubscribe

PublisherId

Publisher Id of the NewRelic offer that needs to be resubscribed

ResourceGroup

Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe

SubscriptionId

Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe

TermId

Newly selected term Id to create the new Marketplace subscription for Resubscribe

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResubscribeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResubscribeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IResubscribeProperties.

FromJsonString(String)

Creates a new instance of ResubscribeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResubscribeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to