-
Notifications
You must be signed in to change notification settings - Fork 264
/
ForceUnlinkContent.xml
63 lines (63 loc) · 3.84 KB
/
ForceUnlinkContent.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<Type Name="ForceUnlinkContent" FullName="Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent">
<TypeSignature Language="C#" Value="public class ForceUnlinkContent" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ForceUnlinkContent extends System.Object" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent" />
<TypeSignature Language="VB.NET" Value="Public Class ForceUnlinkContent" />
<TypeSignature Language="F#" Value="type ForceUnlinkContent = class" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.RedisEnterpriseCache</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary> Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ForceUnlinkContent (System.Collections.Generic.IEnumerable<string> ids);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1<string> ids) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent.#ctor(System.Collections.Generic.IEnumerable{System.String})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (ids As IEnumerable(Of String))" />
<MemberSignature Language="F#" Value="new Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent : seq<string> -> Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent" Usage="new Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent ids" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.RedisEnterpriseCache</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="ids" Type="System.Collections.Generic.IEnumerable<System.String>" />
</Parameters>
<Docs>
<param name="ids"> The resource IDs of the database resources to be unlinked. </param>
<summary> Initializes a new instance of ForceUnlinkContent. </summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="ids" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="Ids">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<string> Ids { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<string> Ids" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent.Ids" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Ids As IList(Of String)" />
<MemberSignature Language="F#" Value="member this.Ids : System.Collections.Generic.IList<string>" Usage="Azure.ResourceManager.RedisEnterpriseCache.Models.ForceUnlinkContent.Ids" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.RedisEnterpriseCache</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary> The resource IDs of the database resources to be unlinked. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>