IAccessKeys.PrimaryKey Property
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 current primary key that clients can use to authenticate
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="The current primary key that clients can use to authenticate", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="primaryKey")]
public string PrimaryKey { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="The current primary key that clients can use to authenticate", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="primaryKey")>]
member this.PrimaryKey : string
Public ReadOnly Property PrimaryKey As String
Property Value
- Attributes