-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIContainerServiceManager.xml
73 lines (73 loc) · 5.48 KB
/
IContainerServiceManager.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
<Type Name="IContainerServiceManager" FullName="Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager">
<TypeSignature Language="C#" Value="public interface IContainerServiceManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IContainerServiceManager implements class Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner`1<class Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient>, class Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager`1<class Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient>, class Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManagerBase" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager" />
<TypeSignature Language="VB.NET" Value="Public Interface IContainerServiceManager
Implements IHasInner(Of IContainerServiceManagementClient), IManager(Of IContainerServiceManagementClient)" />
<TypeSignature Language="F#" Value="type IContainerServiceManager = interface
 interface IManager<IContainerServiceManagementClient>
 interface IHasInner<IContainerServiceManagementClient>
 interface IManagerBase" />
<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>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<InnerT></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManagementClient></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManagerBase</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="ContainerServices">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ContainerService.Fluent.IContainerServices ContainerServices { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.ContainerService.Fluent.IContainerServices ContainerServices" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager.ContainerServices" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ContainerServices As IContainerServices" />
<MemberSignature Language="F#" Value="member this.ContainerServices : Microsoft.Azure.Management.ContainerService.Fluent.IContainerServices" Usage="Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager.ContainerServices" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ContainerService.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.ContainerService.Fluent.IContainerServices</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="KubernetesClusters">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesClusters KubernetesClusters { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesClusters KubernetesClusters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager.KubernetesClusters" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property KubernetesClusters As IKubernetesClusters" />
<MemberSignature Language="F#" Value="member this.KubernetesClusters : Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesClusters" Usage="Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager.KubernetesClusters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ContainerService.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesClusters</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>