-
Notifications
You must be signed in to change notification settings - Fork 264
/
ILRRequestResource.xml
108 lines (108 loc) · 7.28 KB
/
ILRRequestResource.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<Type Name="ILRRequestResource" FullName="Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource">
<TypeSignature Language="C#" Value="public class ILRRequestResource : Microsoft.Azure.Management.RecoveryServices.Backup.Models.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ILRRequestResource extends Microsoft.Azure.Management.RecoveryServices.Backup.Models.Resource" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource" />
<TypeSignature Language="VB.NET" Value="Public Class ILRRequestResource
Inherits Resource" />
<TypeSignature Language="F#" Value="type ILRRequestResource = class
 inherit Resource" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>4.3.0.0</AssemblyVersion>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.RecoveryServices.Backup.Models.Resource</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Parameters to Provision ILR API.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ILRRequestResource ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the ILRRequestResource class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ILRRequestResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string eTag = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest properties = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, string name, string type, string location, class System.Collections.Generic.IDictionary`2<string, string> tags, string eTag, class Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest properties) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As String = Nothing, Optional properties As ILRRequest = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource" Usage="new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource (id, name, type, location, tags, eTag, properties)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="location" Type="System.String" />
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="eTag" Type="System.String" />
<Parameter Name="properties" Type="Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest" />
</Parameters>
<Docs>
<param name="id">Resource Id represents the complete path to the
resource.</param>
<param name="name">Resource name associated with the
resource.</param>
<param name="type">Resource type represents the complete path of
the form Namespace/ResourceType/ResourceType/...</param>
<param name="location">Resource location.</param>
<param name="tags">Resource tags.</param>
<param name="eTag">Optional ETag.</param>
<param name="properties">ILRRequestResource properties</param>
<summary>
Initializes a new instance of the ILRRequestResource class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest Properties { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest Properties" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource.Properties" />
<MemberSignature Language="VB.NET" Value="Public Property Properties As ILRRequest" />
<MemberSignature Language="F#" Value="member this.Properties : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest with get, set" Usage="Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequestResource.Properties" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.RecoveryServices.Backup.Models.ILRRequest</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets iLRRequestResource properties
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>