-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIWithCreate.xml
54 lines (54 loc) · 5.79 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<Type Name="IWithCreate" FullName="Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithCreate">
<TypeSignature Language="C#" Value="public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDefaultMessageTTL, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDeleteOnIdle, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithExpiredMessageMovedToDeadLetterSubscription, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageBatching, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageLockDuration, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount, Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithSession" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithCreate implements class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable`1<class Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDefaultMessageTTL, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDeleteOnIdle, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithExpiredMessageMovedToDeadLetterSubscription, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageBatching, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageLockDuration, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount, class Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithSession" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithCreate" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithCreate
Implements ICreatable(Of ISubscription), IWithDefaultMessageTTL, IWithDeleteOnIdle, IWithExpiredMessageMovedToDeadLetterSubscription, IWithMessageBatching, IWithMessageLockDuration, IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException, IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount, IWithSession" />
<TypeSignature Language="F#" Value="type IWithCreate = interface
 interface ICreatable<ISubscription>
 interface IIndexable
 interface IWithDeleteOnIdle
 interface IWithMessageLockDuration
 interface IWithDefaultMessageTTL
 interface IWithSession
 interface IWithMessageBatching
 interface IWithExpiredMessageMovedToDeadLetterSubscription
 interface IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
 interface IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.ServiceBus.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.ResourceActions.ICreatable<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDefaultMessageTTL</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithDeleteOnIdle</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithExpiredMessageMovedToDeadLetterSubscription</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageBatching</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageLockDuration</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IWithSession</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via WithCreate.create()), but also allows
for any other optional settings to be specified.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>