-
Notifications
You must be signed in to change notification settings - Fork 268
/
IWithDnsPrefix.xml
49 lines (49 loc) · 2.93 KB
/
IWithDnsPrefix.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="IWithDnsPrefix" FullName="Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix">
<TypeSignature Language="C#" Value="public interface IWithDnsPrefix" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithDnsPrefix" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithDnsPrefix" />
<TypeSignature Language="F#" Value="type IWithDnsPrefix = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ContainerService.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 Kubernetes cluster definition allowing to specify the DNS prefix label.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithDnsPrefix">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate WithDnsPrefix (string dnsPrefix);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate WithDnsPrefix(string dnsPrefix) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix.WithDnsPrefix(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithDnsPrefix (dnsPrefix As String) As IWithCreate" />
<MemberSignature Language="F#" Value="abstract member WithDnsPrefix : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate" Usage="iWithDnsPrefix.WithDnsPrefix dnsPrefix" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ContainerService.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dnsPrefix" Type="System.String" />
</Parameters>
<Docs>
<param name="dnsPrefix">The DNS prefix to be used to create the FQDN for the master pool.</param>
<summary>
Specifies the DNS prefix to be used to create the FQDN for the master pool.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>