Example #1
0
        /// <summary>Snippet for DeleteServiceLevelObjective</summary>
        public void DeleteServiceLevelObjective()
        {
            // Snippet: DeleteServiceLevelObjective(ServiceLevelObjectiveName,CallSettings)
            // Create client
            ServiceMonitoringServiceClient serviceMonitoringServiceClient = ServiceMonitoringServiceClient.Create();
            // Initialize request argument(s)
            ServiceLevelObjectiveName name = new ServiceLevelObjectiveName("[PROJECT]", "[SERVICE]", "[SERVICE_LEVEL_OBJECTIVE]");

            // Make the request
            serviceMonitoringServiceClient.DeleteServiceLevelObjective(name);
            // End snippet
        }