-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithDisplayName.xml
49 lines (49 loc) · 2.9 KB
/
IWithDisplayName.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
<Type Name="IWithDisplayName" FullName="Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithDisplayName">
<TypeSignature Language="C#" Value="public interface IWithDisplayName" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithDisplayName" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithDisplayName" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithDisplayName" />
<TypeSignature Language="F#" Value="type IWithDisplayName = 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 display name.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithDisplayName">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithDisplayName (string displayName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate WithDisplayName(string displayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithDisplayName.WithDisplayName(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithDisplayName (displayName As String) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithDisplayName : string -> Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate" Usage="iWithDisplayName.WithDisplayName displayName" />
<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="displayName" Type="System.String" />
</Parameters>
<Docs>
<param name="displayName">The display name of the PolicyDefinition.</param>
<summary>
Specifies the display name 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>