IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a disaster recovery pairing update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Update.IWithSecondaryNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>
type IUpdate = interface
interface IBeta
interface IWithSecondaryNamespace
interface IAppliable<IEventHubDisasterRecoveryPairing>
interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of IEventHubDisasterRecoveryPairing), IBeta, IWithSecondaryNamespace
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithExistingSecondaryNamespace(IEventHubNamespace) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. (Inherited from IWithSecondaryNamespace) |
WithExistingSecondaryNamespaceId(String) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. (Inherited from IWithSecondaryNamespace) |
WithNewSecondaryNamespace(ICreatable<IEventHubNamespace>) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. (Inherited from IWithSecondaryNamespace) |
Applies to
Azure SDK for .NET