-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathIWithCreate.xml
32 lines (32 loc) · 2.69 KB
/
IWithCreate.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
<Type Name="IWithCreate" FullName="Microsoft.Azure.Management.Network.Fluent.NetworkWatcher.Definition.IWithCreate">
<TypeSignature Language="C#" Value="public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.NetworkWatcher.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithCreate implements class Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags`1<class Microsoft.Azure.Management.Network.Fluent.NetworkWatcher.Definition.IWithCreate>, class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable`1<class Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.NetworkWatcher.Definition.IWithCreate" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithCreate
Implements ICreatable(Of INetworkWatcher), IDefinitionWithTags(Of IWithCreate)" />
<TypeSignature Language="F#" Value="type IWithCreate = interface
 interface ICreatable<INetworkWatcher>
 interface IIndexable
 interface IDefinitionWithTags<IWithCreate>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.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.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.NetworkWatcher.Definition.IWithCreate></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
A network watcher with sufficient inputs to create a new network watcher in the cloud,
but exposing additional optional inputs to specify.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>