DiagnoseRequestProperties interface
Properties
application |
Setting for diagnosing dependent application insights |
container |
Setting for diagnosing dependent container registry |
dns |
Setting for diagnosing dns resolution |
key |
Setting for diagnosing dependent key vault |
nsg | Setting for diagnosing network security group |
others | Setting for diagnosing unclassified category of problems |
resource |
Setting for diagnosing resource lock |
storage |
Setting for diagnosing dependent storage account |
udr | Setting for diagnosing user defined routing |
Property Details
applicationInsights
Setting for diagnosing dependent application insights
applicationInsights?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
containerRegistry
Setting for diagnosing dependent container registry
containerRegistry?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
dnsResolution
Setting for diagnosing dns resolution
dnsResolution?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
keyVault
Setting for diagnosing dependent key vault
keyVault?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
nsg
Setting for diagnosing network security group
nsg?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
others
Setting for diagnosing unclassified category of problems
others?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
resourceLock
Setting for diagnosing resource lock
resourceLock?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
storageAccount
Setting for diagnosing dependent storage account
storageAccount?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
udr
Setting for diagnosing user defined routing
udr?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}