PSAzureActivityLogDataSourceProperties.SubscriptionId 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.
Id of the azure subscription, which you want audit log to be collect from.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Commands.OperationalInsights.Models.AuditLogConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="linkedResourceId")]
public string SubscriptionId { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Commands.OperationalInsights.Models.AuditLogConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="linkedResourceId")>]
member this.SubscriptionId : string with get, set
Public Property SubscriptionId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute