Class HttpScaleRuleResponse
- java.lang.Object
-
- com.pulumi.azurenative.app.outputs.HttpScaleRuleResponse
-
public final class HttpScaleRuleResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpScaleRuleResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ScaleRuleAuthResponse>
auth()
static HttpScaleRuleResponse.Builder
builder()
static HttpScaleRuleResponse.Builder
builder(HttpScaleRuleResponse defaults)
java.util.Map<java.lang.String,java.lang.String>
metadata()
-
-
-
Method Detail
-
auth
public java.util.List<ScaleRuleAuthResponse> auth()
- Returns:
- Authentication secrets for the custom scale rule.
-
metadata
public java.util.Map<java.lang.String,java.lang.String> metadata()
- Returns:
- Metadata properties to describe http scale rule.
-
builder
public static HttpScaleRuleResponse.Builder builder()
-
builder
public static HttpScaleRuleResponse.Builder builder(HttpScaleRuleResponse defaults)
-
-