Share via


ISbeCredentials Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SbeCredentialsTypeConverter))]
public interface ISbeCredentials : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SbeCredentialsTypeConverter))>]
type ISbeCredentials = interface
    interface IJsonSerializable
Public Interface ISbeCredentials
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EceSecretName

secret name expected for Enterprise Cloud Engine (ECE).

SecretLocation

secret URI stored in keyvault.

SecretName

secret name stored in keyvault.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to