StorageConfigurationGetResponse.Location Property
Optional. The location of the configuration.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Property Value
Type: System.String
See Also
StorageConfigurationGetResponse Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top