DnsSecurityRulesOperations interface
Interface representing a DnsSecurityRules operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates a DNS security rule for a DNS resolver policy. |
| delete | Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone. |
| get | Gets properties of a DNS security rule for a DNS resolver policy. |
| list | Lists DNS security rules for a DNS resolver policy. |
| update | Updates a DNS security rule. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => Promise<DnsSecurityRule>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => Promise<DnsSecurityRule>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => Promise<DnsSecurityRule>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => Promise<DnsSecurityRule>
createOrUpdate
Creates or updates a DNS security rule for a DNS resolver policy.
createOrUpdate: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>
delete
Deletes a DNS security rule for a DNS resolver policy. WARNING: This operation cannot be undone.
delete: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets properties of a DNS security rule for a DNS resolver policy.
get: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams) => Promise<DnsSecurityRule>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams) => Promise<DnsSecurityRule>
list
Lists DNS security rules for a DNS resolver policy.
list: (resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsSecurityRulesListOptionalParams) => PagedAsyncIterableIterator<DnsSecurityRule, DnsSecurityRule[], PageSettings>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsSecurityRulesListOptionalParams) => PagedAsyncIterableIterator<DnsSecurityRule, DnsSecurityRule[], PageSettings>
update
Updates a DNS security rule.
update: (resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => PollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>
Property Value
(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams) => PollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>