IRedisFirewallRule 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 Azure Redis Firewall rule entries are of type RedisFirewallRule.
public interface IRedisFirewallRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Redis.Fluent.Models.IRedisFirewallRule,Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Redis.Fluent.Models.RedisFirewallRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Redis.Fluent.Models.IRedisFirewallRule>
type IRedisFirewallRule = interface
interface IBeta
interface IExternalChildResource<IRedisFirewallRule, IRedisCache>
interface IChildResource<IRedisCache>
interface IHasName
interface IIndexable
interface IHasParent<IRedisCache>
interface IRefreshable<IRedisFirewallRule>
interface IHasInner<RedisFirewallRuleInner>
Public Interface IRedisFirewallRule
Implements IBeta, IChildResource(Of IRedisCache), IExternalChildResource(Of IRedisFirewallRule, IRedisCache), IHasInner(Of RedisFirewallRuleInner), IHasParent(Of IRedisCache), IRefreshable(Of IRedisFirewallRule)
- Implements
Properties
EndIP |
Gets the endIP value. |
Id | (Inherited from IExternalChildResource<FluentModelT,IParentT>) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
StartIP |
Gets the startIP value. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET