SbeCredentials 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.
secrets used for solution builder extension (SBE) partner extensibility.
public class SbeCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.SbeCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.SbeCredentials>
type SbeCredentials = class
interface IJsonModel<SbeCredentials>
interface IPersistableModel<SbeCredentials>
Public Class SbeCredentials
Implements IJsonModel(Of SbeCredentials), IPersistableModel(Of SbeCredentials)
- Inheritance
-
SbeCredentials
- Implements
Constructors
SbeCredentials() |
Initializes a new instance of SbeCredentials. |
Properties
EceSecretName |
secret name expected for Enterprise Cloud Engine (ECE). |
SecretLocation |
secret URI stored in keyvault. |
SecretName |
secret name stored in keyvault. |
Explicit Interface Implementations
IJsonModel<SbeCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SbeCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SbeCredentials>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SbeCredentials>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SbeCredentials>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET