IngressGatewayAsset 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.
The ingress gateway access credentials.
public class IngressGatewayAsset : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridConnectivity.Models.IngressGatewayAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridConnectivity.Models.IngressGatewayAsset>
type IngressGatewayAsset = class
interface IJsonModel<IngressGatewayAsset>
interface IPersistableModel<IngressGatewayAsset>
Public Class IngressGatewayAsset
Implements IJsonModel(Of IngressGatewayAsset), IPersistableModel(Of IngressGatewayAsset)
- Inheritance
-
IngressGatewayAsset
- Implements
Properties
AccessKey |
Access key for hybrid connection. |
ExpiresOn |
The expiration of access key in unix time. |
Hostname |
The ingress hostname. |
HybridConnectionName |
Azure Relay hybrid connection name for the resource. |
NamespaceName |
The namespace name. |
NamespaceNameSuffix |
The suffix domain name of relay namespace. |
ServerId |
The arc ingress gateway server app id. |
ServiceConfigurationToken |
The token to access the enabled service. |
TenantId |
The target resource home tenant id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IngressGatewayAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IngressGatewayAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IngressGatewayAsset>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IngressGatewayAsset>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IngressGatewayAsset>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET