Class ServiceArgs


  • public final class ServiceArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • hostingMode

        public java.util.Optional<com.pulumi.core.Output<HostingMode>> hostingMode()
        Returns:
        Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'.
      • identity

        public java.util.Optional<com.pulumi.core.Output<IdentityArgs>> identity()
        Returns:
        The identity of the resource.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The geo-location where the resource lives
      • networkRuleSet

        public java.util.Optional<com.pulumi.core.Output<NetworkRuleSetArgs>> networkRuleSet()
        Returns:
        Network specific rules that determine how the Azure Cognitive Search service may be reached.
      • partitionCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> partitionCount()
        Returns:
        The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.
      • publicNetworkAccess

        public java.util.Optional<com.pulumi.core.Output<PublicNetworkAccess>> publicNetworkAccess()
        Returns:
        This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
      • replicaCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> replicaCount()
        Returns:
        The number of replicas in the search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
      • searchServiceName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> searchServiceName()
        Returns:
        The name of the Azure Cognitive Search service to create or update. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net). You cannot change the service name after the service is created.
      • sku

        public java.util.Optional<com.pulumi.core.Output<SkuArgs>> sku()
        Returns:
        The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Resource tags.