AppPlatformGatewayProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Spring Cloud Gateway properties payload.
public class AppPlatformGatewayProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayProperties>
public class AppPlatformGatewayProperties
type AppPlatformGatewayProperties = class
interface IJsonModel<AppPlatformGatewayProperties>
interface IPersistableModel<AppPlatformGatewayProperties>
type AppPlatformGatewayProperties = class
Public Class AppPlatformGatewayProperties
Implements IJsonModel(Of AppPlatformGatewayProperties), IPersistableModel(Of AppPlatformGatewayProperties)
Public Class AppPlatformGatewayProperties
- Inheritance
-
AppPlatformGatewayProperties
- Implements
Constructors
AppPlatformGatewayProperties() |
Initializes a new instance of AppPlatformGatewayProperties. |
Properties
ApiMetadataProperties |
API metadata property for Spring Cloud Gateway. |
CorsProperties |
Cross-Origin Resource Sharing property. |
Instances |
Collection of instances belong to Spring Cloud Gateway. |
IsHttpsOnly |
Indicate if only https is allowed. |
IsPublic |
Indicates whether the Spring Cloud Gateway exposes endpoint. |
OperatorProperties |
Properties of the Spring Cloud Gateway Operator. |
ProvisioningState |
State of the Spring Cloud Gateway. |
ResourceRequests |
The requested resource quantity for required CPU and Memory. |
SsoProperties |
Single sign-on related configuration. |
Uri |
URL of the Spring Cloud Gateway, exposed when 'public' is true. |
Explicit Interface Implementations
IJsonModel<AppPlatformGatewayProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformGatewayProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformGatewayProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformGatewayProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformGatewayProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET