Class GetFirewallRuleResult


  • public final class GetFirewallRuleResult
    extends java.lang.Object
    • Method Detail

      • endIpAddress

        public java.lang.String endIpAddress()
        Returns:
        The end IP address of the server firewall rule. Must be IPv4 format.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • startIpAddress

        public java.lang.String startIpAddress()
        Returns:
        The start IP address of the server firewall rule. Must be IPv4 format.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"