Permalink
Fetching contributors…
Cannot retrieve contributors at this time
172 lines (172 sloc) 8.7 KB
<Type Name="OfferV2" FullName="Microsoft.Azure.Documents.OfferV2">
<TypeSignature Language="C#" Value="public sealed class OfferV2 : Microsoft.Azure.Documents.Offer" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OfferV2 extends Microsoft.Azure.Documents.Offer" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.OfferV2" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Documents.Offer</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Represents the Standard pricing offer for a resource in the Azure DocumentDB database service.
</summary>
<remarks>
Currently, offers are only bound to the collection resource.
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferV2 (int offerThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 offerThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferV2.#ctor(System.Int32)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offerThroughput" Type="System.Int32" />
</Parameters>
<Docs>
<param name="offerThroughput">To be added.</param>
<summary>
Initializes a Resource offer with the Standard pricing tier for the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferV2 (Microsoft.Azure.Documents.Offer offer, int offerThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Documents.Offer offer, int32 offerThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferV2.#ctor(Microsoft.Azure.Documents.Offer,System.Int32)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offer" Type="Microsoft.Azure.Documents.Offer" />
<Parameter Name="offerThroughput" Type="System.Int32" />
</Parameters>
<Docs>
<param name="offer">To be added.</param>
<param name="offerThroughput">To be added.</param>
<summary>
Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferV2 (int offerThroughput, Nullable&lt;bool&gt; offerEnableRUPerMinuteThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 offerThroughput, valuetype System.Nullable`1&lt;bool&gt; offerEnableRUPerMinuteThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferV2.#ctor(System.Int32,System.Nullable{System.Boolean})" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offerThroughput" Type="System.Int32" />
<Parameter Name="offerEnableRUPerMinuteThroughput" Type="System.Nullable&lt;System.Boolean&gt;" />
</Parameters>
<Docs>
<param name="offerThroughput">To be added.</param>
<param name="offerEnableRUPerMinuteThroughput">To be added.</param>
<summary>
Initializes a Resource offer with the Standard pricing tier for the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferV2 (Microsoft.Azure.Documents.Offer offer, int offerThroughput, Nullable&lt;bool&gt; offerEnableRUPerMinuteThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Documents.Offer offer, int32 offerThroughput, valuetype System.Nullable`1&lt;bool&gt; offerEnableRUPerMinuteThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferV2.#ctor(Microsoft.Azure.Documents.Offer,System.Int32,System.Nullable{System.Boolean})" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offer" Type="Microsoft.Azure.Documents.Offer" />
<Parameter Name="offerThroughput" Type="System.Int32" />
<Parameter Name="offerEnableRUPerMinuteThroughput" Type="System.Nullable&lt;System.Boolean&gt;" />
</Parameters>
<Docs>
<param name="offer">To be added.</param>
<param name="offerThroughput">To be added.</param>
<param name="offerEnableRUPerMinuteThroughput">To be added.</param>
<summary>
Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Content">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Documents.OfferContentV2 Content { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Documents.OfferContentV2 Content" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.OfferV2.Content" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="content")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Documents.OfferContentV2</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the OfferContent for the resource offer in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>