Class WellKnownKustoEndpointsData
- java.lang.Object
-
- com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData
-
public class WellKnownKustoEndpointsData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWellKnownKustoEndpointsData.AllowedEndpoints
-
Field Summary
Fields Modifier and Type Field Description ArrayList<String>_CommentsHashMap<String,WellKnownKustoEndpointsData.AllowedEndpoints>AllowedEndpointsByLogin
-
Constructor Summary
Constructors Constructor Description WellKnownKustoEndpointsData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WellKnownKustoEndpointsDatagetInstance()
-
-
-
Field Detail
-
AllowedEndpointsByLogin
public HashMap<String,WellKnownKustoEndpointsData.AllowedEndpoints> AllowedEndpointsByLogin
-
-
Method Detail
-
getInstance
public static WellKnownKustoEndpointsData getInstance()
-
-