INetworkFunctionPropertiesFormat.ServiceKey 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 service key for the network function resource.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The service key for the network function resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceKey", Update=false)]
public string ServiceKey { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The service key for the network function resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceKey", Update=false)>]
member this.ServiceKey : string
Public ReadOnly Property ServiceKey As String
Property Value
- Attributes