-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIWithPolicyRule.xml
76 lines (76 loc) · 4.72 KB
/
IWithPolicyRule.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
<Type Name="IWithPolicyRule" FullName="Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithPolicyRule">
<TypeSignature Language="C#" Value="public interface IWithPolicyRule" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithPolicyRule" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithPolicyRule" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithPolicyRule" />
<TypeSignature Language="F#" Value="type IWithPolicyRule = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The stage of the PolicyDefinition definition allowing to specify policy rule.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithPolicyRule">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithPolicyRule (object policyRule);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithPolicyRule(object policyRule) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithPolicyRule.WithPolicyRule(System.Object)" />
<MemberSignature Language="VB.NET" Value="Public Function WithPolicyRule (policyRule As Object) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithPolicyRule : obj -> Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate" Usage="iWithPolicyRule.WithPolicyRule policyRule" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="policyRule" Type="System.Object" />
</Parameters>
<Docs>
<param name="policyRule">The policy rule of the PolicyDefinition.</param>
<summary>
Specifies the policy rule of PolicyDefinition.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithPolicyRuleJson">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithPolicyRuleJson (string policyRuleJson);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithPolicyRuleJson(string policyRuleJson) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithPolicyRule.WithPolicyRuleJson(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithPolicyRuleJson (policyRuleJson As String) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithPolicyRuleJson : string -> Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate" Usage="iWithPolicyRule.WithPolicyRuleJson policyRuleJson" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ResourceManager.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="policyRuleJson" Type="System.String" />
</Parameters>
<Docs>
<param name="policyRuleJson">The policy rule of the PolicyDefinition.</param>
<summary>
Specifies the policy rule of PolicyDefinition.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>