ForwardingRule Interface
public interface ForwardingRule
An immutable client-side representation of ForwardingRule.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
domainName()
Gets the domain |
| abstract String |
etag()
Gets the etag property: ETag of the forwarding rule. |
|
abstract
Forwarding |
forwardingRuleState()
Gets the forwarding |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Forwarding |
innerModel()
Gets the inner com. |
| abstract Map<String,String> |
metadata()
Gets the metadata property: Metadata attached to the forwarding rule. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Forwarding |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Forwarding |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
|
abstract
List<Target |
targetDnsServers()
Gets the target |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Forwarding |
Method Details
domainName
public abstract String domainName()
Gets the domainName property: The domain name for the forwarding rule.
Returns:
etag
public abstract String etag()
Gets the etag property: ETag of the forwarding rule.
Returns:
forwardingRuleState
public abstract ForwardingRuleState forwardingRuleState()
Gets the forwardingRuleState property: The state of forwarding rule.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ForwardingRuleInner innerModel()
Gets the inner com.azure.resourcemanager.dnsresolver.fluent.models.ForwardingRuleInner object.
Returns:
metadata
public abstract Map<String,String> metadata()
Gets the metadata property: Metadata attached to the forwarding rule.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
Returns:
refresh
public abstract ForwardingRule refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ForwardingRule refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
targetDnsServers
public abstract List<TargetDnsServer> targetDnsServers()
Gets the targetDnsServers property: DNS servers to forward the DNS query to.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ForwardingRule.Update update()
Begins update for the ForwardingRule resource.
Returns: